Skip to content

Commit

Permalink
Bump version: 2.6.1 → 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemaeyer committed Jun 26, 2017
1 parent 2096a9c commit bf9c319
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.6.1
current_version = 2.7.0
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name='shub',
version='2.6.1',
version='2.7.0',
packages=find_packages(exclude=('tests', 'tests.*')),
url='http://doc.scrapinghub.com/shub.html',
description='Scrapinghub Command Line Client',
Expand Down
2 changes: 1 addition & 1 deletion shub/__init__.py
@@ -1 +1 @@
__version__ = '2.6.1'
__version__ = '2.7.0'

0 comments on commit bf9c319

Please sign in to comment.