Skip to content

Commit

Permalink
Bump to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Mar 1, 2024
1 parent 17a57c2 commit 312d6e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ test:
poetry run pytest -s --log-cli-level=DEBUG
signin:
poetry config pypi-token.pypi ${PYPI_TOKEN}
publish:
poetry build
publish: build
poetry publish
udev:
echo 'KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"' | sudo tee /etc/udev/rules.d/99-hidraw-permissions.rules
Expand Down
2 changes: 1 addition & 1 deletion g29py/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .g29 import G29
__version__ = '0.0.6'
__version__ = '0.0.7'
__all__ = ['G29']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "g29py"
version = "0.0.6"
version = "0.0.7"
description = "python driver for g29 wheel/pedals"
authors = ["sean pollock <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 312d6e9

Please sign in to comment.