From d62e8d133e9732d7ac882ac0c64f8f8871cd9760 Mon Sep 17 00:00:00 2001 From: Florian Kaiser <37000563+flok@users.noreply.github.com> Date: Tue, 22 Dec 2020 15:05:21 +0100 Subject: [PATCH] update version and readme --- README.md | 5 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0226bde..0cf3d5d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index ca9da78..3244c29 100644 --- a/setup.py +++ b/setup.py @@ -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",