Skip to content

Commit

Permalink
Bump version: 2.15.0 → 2.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Dec 27, 2023
1 parent d076c6f commit ae3ab8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.15.0
current_version = 2.15.1
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='shub',
version='2.15.0',
version='2.15.1',
packages=find_packages(exclude=('tests', 'tests.*')),
url=about['DOCS_LINK'],
description='Scrapinghub Command Line Client',
Expand Down
2 changes: 1 addition & 1 deletion shub/__init__.py
@@ -1,4 +1,4 @@
__version__ = '2.15.0'
__version__ = '2.15.1'


# Links to documentation to use over the project sources
Expand Down

0 comments on commit ae3ab8e

Please sign in to comment.