diff --git a/telegram_bot/api_handling/api_handler.py b/telegram_bot/api_handling/api_handler.py index 7e1110e..3b93621 100644 --- a/telegram_bot/api_handling/api_handler.py +++ b/telegram_bot/api_handling/api_handler.py @@ -3,7 +3,7 @@ script for communicating with webservice to get data from database """ __author__ = "Florian Kellermann, Linus Eickhoff" __date__ = "26.04.2022" -__version__ = "1.0.1" +__version__ = "1.0.2" __license__ = "None" #side-dependencies: none diff --git a/telegram_bot/bot.py b/telegram_bot/bot.py index 866e3a5..61236d8 100644 --- a/telegram_bot/bot.py +++ b/telegram_bot/bot.py @@ -4,7 +4,7 @@ script for telegram bot and its functions """ __author__ = "Florian Kellermann, Linus Eickhoff" __date__ = "26.04.2022" -__version__ = "1.2.2" +__version__ = "1.2.3" __license__ = "None" # side-dependencies: none