Skip to content

Commit 48b50cf

Browse files
committed
Bump version: 1.4.2 → 1.5.0
1 parent 8e417ef commit 48b50cf

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.4.2
2+
current_version = 1.5.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.4.2',
6+
version='1.5.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,2 +1,2 @@
11

2-
__version__ = '1.4.2'
2+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)