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 b096528 commit 47aa6a9Copy full SHA for 47aa6a9
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.4.0
+current_version = 4.0.0rc1
3
commit = True
4
5
[bumpversion:file:ibm_watson/version.py]
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '3.4.0'
+__version__ = '4.0.0rc1'
setup.py
@@ -18,7 +18,7 @@
18
import os
19
import sys
20
21
22
23
if sys.argv[-1] == 'publish':
24
# test server
0 commit comments