Skip to content

Commit

Permalink
bump patch
Browse files Browse the repository at this point in the history
  • Loading branch information
NodeJSmith committed Dec 23, 2024
1 parent 9f5f947 commit f9da26a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.9.1"
current_version = "0.9.2"

parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)(?:-(?P<dev_l>dev)(?P<dev>0|[1-9]\\d*))?"

Expand Down
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 = "otf-api"
version = "0.9.1"
version = "0.9.2"
description = "Python OrangeTheory Fitness API Client"
authors = ["Jessica Smith <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/otf_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
basicConfig(level="INFO", style="{", format=LOG_FMT, datefmt=DATE_FMT)
logging.getLogger("httpx").setLevel(logging.WARNING)

__version__ = "0.9.1"
__version__ = "0.9.2"


__all__ = ["Otf", "OtfSync", "OtfUser"]

0 comments on commit f9da26a

Please sign in to comment.