From 051280d81ee271c66f576b7740eeaf9de96ddae9 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Sat, 21 Jul 2018 23:12:45 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.4=20=E2=86=92=200.1.5?= 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 a844bb49..90faf883 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/telegram_upload/__init__.py b/telegram_upload/__init__.py index cf31bcc6..87b47a8a 100644 --- a/telegram_upload/__init__.py +++ b/telegram_upload/__init__.py @@ -4,4 +4,4 @@ __author__ = """Nekmo""" __email__ = 'contacto@nekmo.com' -__version__ = '0.1.4' +__version__ = '0.1.5'