From 12b77ee940540f4cc18d727a8501d4d472345b03 Mon Sep 17 00:00:00 2001 From: Juan Madurga Date: Wed, 16 Mar 2016 23:09:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.3=20=E2=86=92=200.7.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 a68d2bd..a71c5c7 100644 --- a/microbot/__init__.py +++ b/microbot/__init__.py @@ -1 +1 @@ -__version__ = '0.6.3' +__version__ = '0.7.0' diff --git a/setup.cfg b/setup.cfg index d588ba9..d2ef0ff 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.3 +current_version = 0.7.0 commit = True tag = True diff --git a/setup.py b/setup.py index 9f85b85..94cb875 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def get_version(*file_paths): setup( name='microbot', - version='0.6.3', + version='0.7.0', description="""Connect telegram bots to your API""", long_description=readme + '\n\n' + history, author='Juan Madurga',