- Fix mypy errors
This commit is contained in:
Florian Kaiser
2020-12-31 23:53:23 +01:00
parent 94cb09dbdd
commit 93b5e38e6e
2 changed files with 5 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
setup(
name='pydualsense',
version='0.4.0',
version='0.4.1',
description='use your DualSense (PS5) controller with python',
long_description=long_description,
long_description_content_type="text/markdown",