Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhw committed May 14, 2024
1 parent d4c7c06 commit 10c320d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
setup(
name="spacenavigator",
# packages = ['spacenavigator'], # this must be the same as the name above
version="0.2.2",
version="0.2.3",
description="Python interface to the 3DConnexion Space Navigator",
author="John Williamson",
author_email="johnhw@gmail.com",
url="https://github.com/johnhw/pyspacenavigator", # use the URL to the github repo
download_url="https://github.com/johnhw/pyspacenavigator/tarball/0.2.2",
download_url="https://github.com/johnhw/pyspacenavigator/tarball/0.2.3",
keywords=["spacenavigator", "3d", "6 DoF", "HID"],
py_modules=["spacenavigator"],
classifiers=[],
Expand Down
2 changes: 1 addition & 1 deletion spacenavigator.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pywinusb.hid import usage_pages, helpers, winapi

# current version number
__version__ = "0.2.2"
__version__ = "0.2.3"

# clock for timing
high_acc_clock = timeit.default_timer
Expand Down

0 comments on commit 10c320d

Please sign in to comment.