Skip to content

Commit

Permalink
Bump to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed May 10, 2024
1 parent defcb30 commit 8b61f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8'
__version__ = '0.0.9'
__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.8"
version = "0.0.9"
description = "python driver for g29 wheel/pedals"
authors = ["sean pollock <seanap@protonmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 8b61f91

Please sign in to comment.