diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2022-10-28 15:41:40 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2022-10-28 15:41:40 +0200 |
commit | 5165dcea029c87f8e4c9e7df91d0ed891d98c8a1 (patch) | |
tree | 22659160cecc39991b8ea5569042aa478a946599 | |
parent | e32ed93dd4ed31a22637209f2735ac19098c9bcf (diff) | |
download | calendar-cli-5165dcea029c87f8e4c9e7df91d0ed891d98c8a1.zip |
bugfix
-rwxr-xr-x | calendar-cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar-cli.py b/calendar-cli.py index 49ef9e5..e0586f8 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -39,6 +39,7 @@ from getpass import getpass from six import PY3 from metadata import metadata +__version__ = metadata["version"] UTC = pytz.utc #UTC = zoneinfo.ZoneInfo('UTC') |