diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1018da28..571bb85e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.1.1 +current_version = 2.2.0 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 32a06221..69bcef77 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='shub', - version='2.1.1', + version='2.2.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 55fa725b..04188a16 100644 --- a/shub/__init__.py +++ b/shub/__init__.py @@ -1 +1 @@ -__version__ = '2.1.1' +__version__ = '2.2.0'