We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d5c42 + bb8fc19 commit 1a56040Copy full SHA for 1a56040
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 3.0.4
+current_version = 3.1.0
3
commit = True
4
5
[bumpversion:file:ibm_watson/version.py]
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '3.0.4'
+__version__ = '3.1.0'
setup.py
@@ -19,7 +19,7 @@
19
import os
20
import sys
21
22
23
24
if sys.argv[-1] == 'publish':
25
# test server
0 commit comments