From b67bcb2b9d3a66e59c0d2102a2312cb44e5b2d0c Mon Sep 17 00:00:00 2001 From: Florian Kaiser <37000563+flok@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:12:29 +0100 Subject: [PATCH] Bump to 0.7.0 --- README.md | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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",