From 6539756c42cddf63cfee3eb40f5e570c0cb9d1ec Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 26 Nov 2020 11:15:34 +0100 Subject: [PATCH] bump version to 0.10.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',