diff options
Diffstat (limited to 'calendar-cli.py')
-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" |