diff --git a/README.md b/README.md index 7d15618..0da0e32 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,5 @@ Most stuff for this implementation were provided by and used from: # Coming soon -- add bluetooth support - add multiple controllers -- partially done - add documentation using sphinx diff --git a/setup.py b/setup.py index 7d77bd3..cc836ea 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='pydualsense', - version='0.6.4', + version='0.7.0', description='use your DualSense (PS5) controller with python', long_description=long_description, long_description_content_type="text/markdown",