Skip to content

Commit 539fa51

Browse files
Bump version: 2.1.1 → 2.1.2
1 parent cffb0fa commit 539fa51

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.1.1
2+
current_version = 2.1.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

myfitnesspal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from myfitnesspal.client import Client # noqa
22

3-
__version__ = "2.1.1"
3+
__version__ = "2.1.2"
44

55
VERSION = tuple(int(v) for v in __version__.split("."))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="myfitnesspal",
11-
version="2.1.1",
11+
version="2.1.2",
1212
url="http://github.com/coddingtonbear/python-myfitnesspal/",
1313
description="Access health and fitness data stored in Myfitnesspal",
1414
author="Adam Coddington",

0 commit comments

Comments
 (0)