diff --git a/setup.py b/setup.py index 3fd64c9..7bc3f13 100755 --- a/setup.py +++ b/setup.py @@ -105,7 +105,7 @@ def hidapi_src(platform): setup( name = 'hidapi', - version = '0.10.0.post1', + version = '0.10.1', description = 'A Cython interface to the hidapi from https://github.com/libusb/hidapi', author = 'Gary Bishop', author_email = 'gb@cs.unc.edu',