Skip to content

Commit 60a2eb7

Browse files
committed
Bump version: 1.5.0 → 2.0.0
1 parent 500fda2 commit 60a2eb7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='shub',
6-
version='1.5.0',
6+
version='2.0.0',
77
packages=['shub'],
88
url='http://doc.scrapinghub.com/shub.html',
99
description='Scrapinghub Command Line Client',

shub/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.5.0'
1+
__version__ = '2.0.0'

0 commit comments

Comments
 (0)