Skip to content

Commit

Permalink
Update version number to 1.1.1 in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Feb 9, 2024
1 parent 97e4732 commit f2ff803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Control a [robot](https://roboruka.robotickytabor.cz/) with a Space Mouse
* SpaceMouse Compact
* SpacePilot
* SpacePilot Pro
* SpaceMouse Enterprise
* [Add more devices](https://github.com/johnhw/pyspacenavigator/issues/1)

## Installation
Expand Down Expand Up @@ -66,8 +67,8 @@ pip install pyspacemouse
echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"' | sudo tee /etc/udev/rules.d/99-hidraw-permissions.rules
sudo usermod -aG plugdev $USER
newgrp plugdev
</pre>
</details>
</pre>
</details>


- ### Windows
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name='pyspacemouse',
version='1.1.0',
version='1.1.1',
author='Jakub Andrýsek',
author_email='[email protected]',
description='Multiplatform Python interface to the 3DConnexion Space Mouse - forked from pyspacenavigator',
Expand Down

0 comments on commit f2ff803

Please sign in to comment.