Skip to content

Commit 751199e

Browse files
committed
Bump version: 1.2.0 → 1.3.0
1 parent 9edf07d commit 751199e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[bumpversion]
2-
current_version = 1.2.0
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55
tag_name = v{new_version}
66

77
[bumpversion:file:setup.py]
8+
89
[bumpversion:file:shub/__init__.py]
910

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.2.0',
6+
version='1.3.0',
77
packages=['shub'],
88
url='https://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.2.0'
2+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)