Fix wrong import v0.6.1

This commit is contained in:
Florian Kaiser
2022-08-14 16:20:15 +02:00
parent 9d8ab950de
commit 330d117340
3 changed files with 3 additions and 2 deletions

View File

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