From e1c930ac1a5b721197080ee52ffec7f547953d1d Mon Sep 17 00:00:00 2001 From: Jessica Smith <12jessicasmith34@gmail.com> Date: Mon, 23 Dec 2024 15:49:31 -0600 Subject: [PATCH] bump dev --- .bumpversion.toml | 2 +- pyproject.toml | 2 +- src/otf_api/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index d4fe87f..5ca9f2e 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.8.3-dev2" +current_version = "0.8.3-dev3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)(?:-(?Pdev)(?P0|[1-9]\\d*))?" diff --git a/pyproject.toml b/pyproject.toml index bcea524..282866d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "otf-api" -version = "0.8.3-dev2" +version = "0.8.3-dev3" description = "Python OrangeTheory Fitness API Client" authors = ["Jessica Smith "] license = "MIT" diff --git a/src/otf_api/__init__.py b/src/otf_api/__init__.py index c3cb7fc..cf90c67 100644 --- a/src/otf_api/__init__.py +++ b/src/otf_api/__init__.py @@ -8,7 +8,7 @@ basicConfig(level="INFO", style="{", format=LOG_FMT, datefmt=DATE_FMT) -__version__ = "0.8.3-dev2" +__version__ = "0.8.3-dev3" __all__ = ["Otf", "OtfUser"]