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 6b4ff4d..154b1e7 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -15,7 +15,7 @@ import json import os import logging -__version__ = "0.03" +__version__ = "0.04" __author__ = "Tobias Brox" __author_short__ = "tobixen" __copyright__ = "Copyright 2013, Tobias Brox" |