Add state for microphone button

This commit is contained in:
Florian Kaiser
2021-03-07 21:40:55 +01:00
parent b3ff9fd375
commit f5529f1463
2 changed files with 4 additions and 3 deletions

View File

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