From db3e8baef065f72426d268dfb00919049988b8f3 Mon Sep 17 00:00:00 2001 From: Alexander Vasarab Date: Sat, 20 Jun 2020 19:27:27 -0700 Subject: [PATCH 1/1] Bump version, as the API did in fact change a lot --- README.md | 7 +++++-- munter/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32c792f..a61f2d9 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,13 @@ Future plans Version History --------------- +- 2.0.0 (Jun 2020) + + Packaged for distribution as a standalone program (and library). + - 1.0.2 (Jun 2020) - Packaged for distribution as a standalone program as well as a - library. Also contains a few small bugfixes. + A few small bugfixes. - 1.0.1 (Jun 2020) diff --git a/munter/__init__.py b/munter/__init__.py index 51aa9c3..3f73639 100755 --- a/munter/__init__.py +++ b/munter/__init__.py @@ -1,3 +1,3 @@ """Main package for Munter.py""" -__version__ = "1.0.2" +__version__ = "2.0.0" from .munter import time_calc -- 2.30.2