From 657c9e9bb6329d95524b1098d5673b2031834652 Mon Sep 17 00:00:00 2001 From: Juan Madurga Date: Tue, 5 Apr 2016 13:34:57 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.2=20=E2=86=92=200.17.0?= 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 e935064..435d64b 100644 --- a/microbot/__init__.py +++ b/microbot/__init__.py @@ -1 +1 @@ -__version__ = '0.16.2' +__version__ = '0.17.0' diff --git a/setup.cfg b/setup.cfg index fe4e4d4..43c3f6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.2 +current_version = 0.17.0 commit = True tag = True diff --git a/setup.py b/setup.py index 7ed469a..0bf3ff8 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_version(*file_paths): setup( name='microbot', - version='0.16.2', + version='0.17.0', description="""Connect telegram bots to your API""", long_description=readme + '\n\n' + history, author='Juan Madurga',