We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e566d0 + 70c320c commit 22de637Copy full SHA for 22de637
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.4.1
+current_version = 3.4.2
3
commit = True
4
5
[bumpversion:file:ibm_watson/version.py]
ibm_watson/version.py
@@ -1,2 +1 @@
-__version__ = '3.4.1'
-
+__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