We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869e83a commit aee877cCopy full SHA for aee877c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 6.1.0
+current_version = 6.0.1
3
commit = True
4
message = Bump version: {current_version} → {new_version} [skip ci]
5
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '6.1.0'
+__version__ = '6.0.1'
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