From: Alexander Vasarab Date: Wed, 24 Jun 2020 03:58:12 +0000 (-0700) Subject: Bump version X-Git-Tag: v2.1.0~2 X-Git-Url: https://wylark.com/src/munter.git/commitdiff_plain/cd335780f8f2d9a61ec6303203737623109e10ed?hp=077fc7bf1018ea787f3d7f4dffb8a4e9dc691742 Bump version --- diff --git a/README.md b/README.md index 7203e84..891d7f3 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,11 @@ Future plans Version History --------------- +- 2.1.0 (Jun 2020) + + Implement fitness modifier. Make some text changes and other + miscellaneous and minor improvements. + - 2.0.1 (Jun 2020) README improvement. diff --git a/munter/__init__.py b/munter/__init__.py index f5c46cb..4393d40 100755 --- a/munter/__init__.py +++ b/munter/__init__.py @@ -1,3 +1,3 @@ """Main package for Munter.py""" -__version__ = "2.0.1" +__version__ = "2.1.0" from .munter import time_calc