diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2023-07-18 14:00:33 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2023-07-18 14:00:33 +0200 |
commit | 6c00d89d9454ff49963d2db110d18b2dc2fb951a (patch) | |
tree | 09515833fccc27a85a47cedba5ed98221b097705 | |
parent | ca6e91e25b6edc54043c73cb75351dc80f88fcfd (diff) | |
download | calendar-cli-6c00d89d9454ff49963d2db110d18b2dc2fb951a.zip |
duh ... forgot to add the version numberv1.0.1
-rw-r--r-- | calendar_cli/metadata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar_cli/metadata.py b/calendar_cli/metadata.py index 39a6c4b..d7988d1 100644 --- a/calendar_cli/metadata.py +++ b/calendar_cli/metadata.py @@ -1,5 +1,5 @@ metadata = { - "version": "0.14.1", + "version": "1.0.1", "author": "Tobias Brox", "author_short": "tobixen", "copyright": "Copyright 2013-2022, Tobias Brox and contributors", |