From 2d00b3190db35c049dafb1fa6032923a6daea65a Mon Sep 17 00:00:00 2001 From: Linus E <75929322+Rripped@users.noreply.github.com> Date: Tue, 10 May 2022 09:57:23 +0200 Subject: [PATCH] updated version numbers --- telegram_bot/api_handling/api_handler.py | 2 +- telegram_bot/bot.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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