diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 761cded7..f0e818d1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.8.1 +current_version = 2.8.2 commit = True tag = True tag_name = v{new_version} diff --git a/setup.py b/setup.py index 6e3ace43..12305972 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='shub', - version='2.8.1', + version='2.8.2', packages=find_packages(exclude=('tests', 'tests.*')), url=about['DOCS_LINK'], description='Scrapinghub Command Line Client', diff --git a/shub/__init__.py b/shub/__init__.py index 07bcd655..4ba4e2de 100644 --- a/shub/__init__.py +++ b/shub/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.8.1' +__version__ = '2.8.2' # Links to documentation to use over the project sources