We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d60aa4 commit 6f8f5e1Copy full SHA for 6f8f5e1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.0.1
+current_version = 6.1.0
3
commit = True
4
message = Bump version: {current_version} → {new_version} [skip ci]
5
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '6.0.1'
+__version__ = '6.1.0'
setup.py
@@ -16,7 +16,7 @@
16
from setuptools import setup
17
from os import path
18
19
20
21
# read contents of README file
22
this_directory = path.abspath(path.dirname(__file__))
0 commit comments