We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeaa29a commit d40bea2Copy full SHA for d40bea2
.bumpversion.cfg
@@ -1,9 +1,8 @@
1
[bumpversion]
2
-current_version = 4.0.2
+current_version = 4.0.3
3
commit = True
4
message = [skip ci] Bump version: {current_version} -> {new_version}
5
6
-
7
[bumpversion:file:ibm_watson/version.py]
8
search = __version__ = '{current_version}'
9
replace = __version__ = '{new_version}'
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '4.0.2'
+__version__ = '4.0.3'
setup.py
@@ -18,7 +18,7 @@
18
import os
19
import sys
20
21
22
23
24
if sys.argv[-1] == 'publish':
0 commit comments