Compare commits

...

1 Commits

Author SHA1 Message Date
Oskar Winkels e7b8993446
Bump version to 1.1.0 2021-06-11 02:12:42 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
# Corona time tracker
VERSION = (1, 0, 0)
VERSION = (1, 1, 0)
__version__ = '.'.join(map(str, VERSION))

View File

@ -8,7 +8,7 @@ with open("LICENSE.md", "r") as f:
st.setup(
name="ftracker",
version="1.0.0",
version="1.1.0",
author="Oskar @ FaSTTUBe",
author_email="o.winkels@fasttube.de",
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",