From fd58932f84c1422100e4c5d1c27fe21e2019df8b Mon Sep 17 00:00:00 2001 From: Juan Madurga Date: Mon, 4 Apr 2016 14:05:03 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.0=20=E2=86=92=200.16.1?= 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 8911e95..9513287 100644 --- a/microbot/__init__.py +++ b/microbot/__init__.py @@ -1 +1 @@ -__version__ = '0.16.0' +__version__ = '0.16.1' diff --git a/setup.cfg b/setup.cfg index b231a3b..0fb3984 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.0 +current_version = 0.16.1 commit = True tag = True diff --git a/setup.py b/setup.py index 90005ef..9b2a020 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_version(*file_paths): setup( name='microbot', - version='0.16.0', + version='0.16.1', description="""Connect telegram bots to your API""", long_description=readme + '\n\n' + history, author='Juan Madurga',