We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad68ab commit 0ef7e5dCopy full SHA for 0ef7e5d
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 4.0.0
+current_version = 3.4.2
3
commit = True
4
5
[bumpversion:file:ibm_watson/version.py]
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '4.0.0'
+__version__ = '3.4.2'
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