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'