Skip to content

Commit

Permalink
Bump version: 1.16.3 → 1.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Feb 3, 2021
1 parent bada4a0 commit 854eb2f
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.3
current_version = 1.16.4
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.3"
__version__ = "1.16.4"

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.3",
version="1.16.4",
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 854eb2f

Please sign in to comment.