We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac99e4 commit ade1757Copy full SHA for ade1757
1 file changed
setup.py
@@ -28,7 +28,7 @@
28
# Versions should comply with PEP440. For a discussion on single-sourcing
29
# the version across setup.py and the project code, see
30
# https://packaging.python.org/en/latest/single_source_version.html
31
- version='0.2.0',
+ version='0.3.0',
32
33
description='A simple to use interface to the XInput API for Python',
34
@@ -74,7 +74,7 @@
74
],
75
76
# What does your project relate to?
77
- keywords='XInput xinput-controller xinput-wrapper directx controller controller-api wrapper windows',
+ keywords='XInput xinput-controller xinput-wrapper directx controller controller-api wrapper windows thread threaded async',
78
79
# You can just specify the packages manually here if your project is
80
# simple. Or you can use find_packages().
0 commit comments