From: Alexander Vasarab Date: Sun, 21 Jun 2020 02:27:27 +0000 (-0700) Subject: Bump version, as the API did in fact change a lot X-Git-Tag: v2.0.0^2 X-Git-Url: https://wylark.com/src/munter.git/commitdiff_plain/db3e8baef065f72426d268dfb00919049988b8f3?ds=inline;hp=--cc Bump version, as the API did in fact change a lot --- db3e8baef065f72426d268dfb00919049988b8f3 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