Skip to content

Commit 9f5283c

Browse files
committed
Merge commit '04c5d2cae8b12c35df01b127d8d4051e6f5ae986'
2 parents 09a6dd4 + 04c5d2c commit 9f5283c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.2.2
2+
current_version = 5.2.3
33
commit = True
44
message = Bump version: {current_version} → {new_version} [skip ci]
55

ibm_watson/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.2.2'
1+
__version__ = '5.2.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup
1717
from os import path
1818

19-
__version__ = '5.2.2'
19+
__version__ = '5.2.3'
2020

2121
# read contents of README file
2222
this_directory = path.abspath(path.dirname(__file__))

0 commit comments

Comments
 (0)