From 13ceea2820bde30355e3f9e66e61ba5272765dc4 Mon Sep 17 00:00:00 2001 From: Jakob de Maeyer Date: Tue, 16 Aug 2016 18:28:04 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.0=20=E2=86=92=202.3.0?= 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 571bb85e..2ce3565a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.2.0 +current_version = 2.3.0 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 0a9b87f6..358b3f63 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='shub', - version='2.2.0', + version='2.3.0', packages=['shub'], url='http://doc.scrapinghub.com/shub.html', description='Scrapinghub Command Line Client', diff --git a/shub/__init__.py b/shub/__init__.py index 04188a16..82190396 100644 --- a/shub/__init__.py +++ b/shub/__init__.py @@ -1 +1 @@ -__version__ = '2.2.0' +__version__ = '2.3.0'