-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(version): bump version from 0.5.1 to 0.6.0 in bumpversion config
chore(version): update version from 0.5.1 to 0.6.0 in pyproject.toml chore(version): update version from 0.5.1 to 0.6.0 in package init file fix(dependencies): change aiohttp version to 3.8.* for better compatibility
- Loading branch information
1 parent
dc4d631
commit 9845822
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "otf-api" | ||
version = "0.5.1" | ||
version = "0.6.0" | ||
description = "Python OrangeTheory Fitness API Client" | ||
authors = ["Jessica Smith <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -22,7 +22,7 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
aiohttp = "3.9.5" | ||
aiohttp = "3.8.*" | ||
humanize = "^4.9.0" | ||
inflection = "0.5.*" | ||
loguru = "0.7.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters