update version and readme

This commit is contained in:
Florian Kaiser
2020-12-22 15:05:21 +01:00
parent fe435f6e36
commit d62e8d133e
2 changed files with 5 additions and 2 deletions

View File

@@ -25,6 +25,9 @@ ds.close() # closing the controller
See ``examples`` folder for some more ideas
# Help wanted
Help wanted from people that want to use this and have feature requests. Just open a issue with the correct label.
# dependecies
@@ -32,7 +35,7 @@ See ``examples`` folder for some more ideas
# Credits
Most stuff for this implementation were provided by published an used from:
Most stuff for this implementation were provided by and used from:
- [https://www.reddit.com/r/gamedev/comments/jumvi5/dualsense_haptics_leds_and_more_hid_output_report/](https://www.reddit.com/r/gamedev/comments/jumvi5/dualsense_haptics_leds_and_more_hid_output_report/)
- [https://github.com/Ryochan7/DS4Windows](https://github.com/Ryochan7/DS4Windows)

View File

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