From f420be521dad957288c603346c5e76d0ae630c9d Mon Sep 17 00:00:00 2001 From: seanavery Date: Thu, 7 Mar 2024 00:23:07 -0500 Subject: [PATCH] Bump to 0.0.8 --- g29py/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/g29py/__init__.py b/g29py/__init__.py index 526901a..62288c3 100644 --- a/g29py/__init__.py +++ b/g29py/__init__.py @@ -1,3 +1,3 @@ from .g29 import G29 -__version__ = '0.0.7' +__version__ = '0.0.8' __all__ = ['G29'] diff --git a/pyproject.toml b/pyproject.toml index 2f54481..83a1525 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"