From 6fc565e2afce0da48bcc1f31d102593dd5d67f24 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 13 Apr 2020 21:18:48 +0200 Subject: [PATCH] increase version --- django_telegrambot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_telegrambot/__init__.py b/django_telegrambot/__init__.py index e99fea1..4198d19 100644 --- a/django_telegrambot/__init__.py +++ b/django_telegrambot/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.0.1' +__version__ = '1.0.2' default_app_config = 'django_telegrambot.apps.DjangoTelegramBot'