diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2020-12-25 22:14:37 +0100 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2021-05-25 21:33:56 +0200 |
commit | 753eb83e23abaf38b6df5a025b8b666c5b4071b3 (patch) | |
tree | 09030700e01a49e26d0fd6f4bbc6ae57594a95b7 | |
parent | 25ded8c464024e6bef81d6678c69110fdbf15618 (diff) | |
download | calendar-cli-753eb83e23abaf38b6df5a025b8b666c5b4071b3.zip |
push the version number
-rwxr-xr-x | calendar-cli.py | 2 |
1 files changed, 1 insertions, 1 deletions
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" |