Skip to content

Commit

Permalink
Bump to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Mar 7, 2024
1 parent eaa6c4b commit f420be5
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.7'
__version__ = '0.0.8'
__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.7"
version = "0.0.8"
description = "python driver for g29 wheel/pedals"
authors = ["sean pollock <seanap@protonmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit f420be5

Please sign in to comment.