Bump version, as the API did in fact change a lot
authorAlexander Vasarab <alexander@wylark.com>
Sun, 21 Jun 2020 02:27:27 +0000 (19:27 -0700)
committerAlexander Vasarab <alexander@wylark.com>
Sun, 21 Jun 2020 02:27:27 +0000 (19:27 -0700)
README.md
munter/__init__.py

index 32c792f9332d20c64e7c95ab403d492303cab12b..a61f2d91784f90f7a83d482c230143d49bb76cca 100644 (file)
--- 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)
 
index 51aa9c3429c608ee1ecb5ad82a58f3fd4faeca81..3f7363914589e306588060abc8943a9ceb1189d3 100755 (executable)
@@ -1,3 +1,3 @@
 """Main package for Munter.py"""
-__version__ = "1.0.2"
+__version__ = "2.0.0"
 from .munter import time_calc