From fca2ce3ea4497f751d8d2e888918096aaea64b1c Mon Sep 17 00:00:00 2001 From: Nekmo Date: Tue, 30 Jul 2019 00:53:23 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- telegram_upload/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 86d2e26c..384d6978 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/telegram_upload/__init__.py b/telegram_upload/__init__.py index 186daf02..a8396a2e 100644 --- a/telegram_upload/__init__.py +++ b/telegram_upload/__init__.py @@ -4,4 +4,4 @@ __author__ = """Nekmo""" __email__ = 'contacto@nekmo.com' -__version__ = '0.2.0' +__version__ = '0.2.1'