Bump to 0.7.0

This commit is contained in:
Florian Kaiser
2023-02-24 22:12:29 +01:00
parent 546a00c9b4
commit b67bcb2b9d
2 changed files with 1 additions and 3 deletions

View File

@@ -79,7 +79,5 @@ Most stuff for this implementation were provided by and used from:
# Coming soon # Coming soon
- add bluetooth support
- add multiple controllers - add multiple controllers
- partially done
- add documentation using sphinx - add documentation using sphinx

View File

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