diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 36bee917..de476ba8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.3.0 +current_version = 1.3.1 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 0944c98e..6ae353f4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='shub', - version='1.3.0', + version='1.3.1', 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 88f7692e..b7af371c 100644 --- a/shub/__init__.py +++ b/shub/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.3.0' +__version__ = '1.3.1'