From c6057217a52aa2b2ac53a3269471e77b439ecf95 Mon Sep 17 00:00:00 2001 From: Jakub Andrysek Date: Tue, 27 Sep 2022 23:15:29 +0200 Subject: [PATCH] Update to new version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e596d5c..f01a185 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name='pyspacemouse', - version='1.0.3', + version='1.0.4', author='Jakub Andrýsek', author_email='email@kubaandrysek.cz', description='Multiplatform Python interface to the 3DConnexion Space Mouse - forked from pyspacenavigator',