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