We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9cd926 commit 085bb29Copy full SHA for 085bb29
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.0.1
+current_version = 8.0.0
3
commit = True
4
message = Bump version: {current_version} → {new_version} [skip ci]
5
ibm_watson/version.py
@@ -1 +1 @@
-__version__ = '7.0.1'
+__version__ = '8.0.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