From 753eb83e23abaf38b6df5a025b8b666c5b4071b3 Mon Sep 17 00:00:00 2001 From: Tobias Brox Date: Fri, 25 Dec 2020 22:14:37 +0100 Subject: push the version number --- calendar-cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar-cli.py b/calendar-cli.py index da7a615..bc445ba 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -48,7 +48,7 @@ try: except NameError: unicode = str -__version__ = "0.12.0" +__version__ = "0.12.1" __author__ = "Tobias Brox" __author_short__ = "tobixen" __copyright__ = "Copyright 2013-2020, Tobias Brox" -- cgit v1.2.3