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