Skip to content

Commit

Permalink
Bump version: 1.16.6 → 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Mar 20, 2022
1 parent ad8be54 commit 7022d97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.16.6
current_version = 1.17.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion myfitnesspal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from myfitnesspal.client import Client # noqa

__version__ = "1.16.6"
__version__ = "1.17.0"

VERSION = tuple(int(v) for v in __version__.split("."))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="myfitnesspal",
version="1.16.6",
version="1.17.0",
url="http:https://github.com/coddingtonbear/python-myfitnesspal/",
description="Access health and fitness data stored in Myfitnesspal",
author="Adam Coddington",
Expand Down

0 comments on commit 7022d97

Please sign in to comment.