From 3c2e46506735376b69fc8052bbbd703f7159cc03 Mon Sep 17 00:00:00 2001 From: Jose Ricardo Date: Thu, 3 Sep 2015 11:41:08 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.1=20=E2=86=92=201.3.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- shub/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index de476ba8..e33a5db0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.1 +current_version = 1.3.2 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 6ae353f4..96f7a4f3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='shub', - version='1.3.1', + version='1.3.2', packages=['shub'], url='https://doc.scrapinghub.com/shub.html', description='Scrapinghub Command Line Client', diff --git a/shub/__init__.py b/shub/__init__.py index b7af371c..09ca992f 100644 --- a/shub/__init__.py +++ b/shub/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.3.1' +__version__ = '1.3.2'