Skip to content

Commit c9d68ae

Browse files
committed
Merge commit '89fcf8881a250fb158f811570eabd8188923bce5'
2 parents 1d6cc98 + 89fcf88 commit c9d68ae

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 4.0.0
2+
current_version = 4.0.1
33
commit = True
44

55
[bumpversion:file:ibm_watson/version.py]

ibm_watson/version.py

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

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.0'
21+
__version__ = '4.0.1'
2222

2323

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

0 commit comments

Comments
 (0)