Skip to content

Commit

Permalink
Jump to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Jan 24, 2023
1 parent e2f55b5 commit d57a368
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ release-test: package
twine upload --repository testpypi dist/*

clean:
rm -rf dist build
rm -rf dist build

reviewCode:
sourcery review pyspacemouse --in-place
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.0.7',
version='1.0.8',
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 d57a368

Please sign in to comment.