Skip to content

Commit ca54907

Browse files
committed
Merge commit 'd40bea2c1907648d1bde117f967f0b0ef7c2c8f2'
2 parents aeaa29a + d40bea2 commit ca54907

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 4.0.2
2+
current_version = 4.0.3
33
commit = True
44
message = [skip ci] Bump version: {current_version} -> {new_version}
55

6-
76
[bumpversion:file:ibm_watson/version.py]
87
search = __version__ = '{current_version}'
98
replace = __version__ = '{new_version}'

ibm_watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.0.2'
1+
__version__ = '4.0.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import os
1919
import sys
2020

21-
__version__ = '4.0.2'
21+
__version__ = '4.0.3'
2222

2323

2424
if sys.argv[-1] == 'publish':

0 commit comments

Comments
 (0)