Bump version

This commit is contained in:
2021-09-27 14:29:03 +02:00
parent d4ba3cb307
commit c01248f628
4 changed files with 306 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ def sendmessage (message):
print("Message sending FAILED")
__version__ = "1.0"
__version__ = "1.0.1"
versionstring='TellMe v' + __version__
signal.signal(signal.SIGINT, signal_handler)