Update README.md and version to 0.6

This commit is contained in:
Florian Kaiser
2022-08-14 15:51:39 +02:00
parent b091660130
commit 40f74472d7
2 changed files with 6 additions and 1 deletions

View File

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