From f082baba6de1117d4c8778704d11dbff88cba1fc Mon Sep 17 00:00:00 2001 From: Juan Madurga Date: Fri, 29 Apr 2016 12:06:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.1=20=E2=86=92=201.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- microbot/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microbot/__init__.py b/microbot/__init__.py index c207217..96fbf6a 100644 --- a/microbot/__init__.py +++ b/microbot/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.6.1' +__version__ = '1.6.2' default_app_config = "microbot.apps.MicrobotAppConfig" \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index d277316..36d9c1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.1 +current_version = 1.6.2 commit = True tag = True diff --git a/setup.py b/setup.py index 5263ab2..6abdf75 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_version(*file_paths): setup( name='microbot', - version='1.6.1', + version='1.6.2', description="""Connect telegram bots to your API""", long_description=readme + '\n\n' + history, author='Juan Madurga',