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 b7a5d6b commit 63e2d0dCopy full SHA for 63e2d0d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.4.2
+current_version = 4.0.0
3
commit = True
4
5
[bumpversion:file:ibm_watson/version.py]
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '3.4.2'
+__version__ = '4.0.0'
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