Compare commits
1 Commits
062330bcaa
...
e7b8993446
Author | SHA1 | Date | |
---|---|---|---|
e7b8993446 |
@ -6,6 +6,6 @@
|
|||||||
|
|
||||||
# Corona time tracker
|
# Corona time tracker
|
||||||
|
|
||||||
VERSION = (1, 0, 0)
|
VERSION = (1, 1, 0)
|
||||||
|
|
||||||
__version__ = '.'.join(map(str, VERSION))
|
__version__ = '.'.join(map(str, VERSION))
|
||||||
|
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ with open("LICENSE.md", "r") as f:
|
|||||||
|
|
||||||
st.setup(
|
st.setup(
|
||||||
name="ftracker",
|
name="ftracker",
|
||||||
version="1.0.0",
|
version="1.1.0",
|
||||||
author="Oskar @ FaSTTUBe",
|
author="Oskar @ FaSTTUBe",
|
||||||
author_email="o.winkels@fasttube.de",
|
author_email="o.winkels@fasttube.de",
|
||||||
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",
|
description="Small webapp to track who was in which room at which time to backtrace potential viral infections",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user