Skip to content

Commit 079b76b

Browse files
committed
Merge commit '4319493ecc9c002c0db4c0454402b7c7212b329a'
2 parents b60ab54 + 4319493 commit 079b76b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.1.2
2+
current_version = 3.2.0
33
commit = True
44

55
[bumpversion:file:ibm_watson/version.py]

ibm_watson/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.1.2'
1+
__version__ = '3.2.0'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import os
2020
import sys
2121

22-
__version__ = '3.1.2'
22+
__version__ = '3.2.0'
2323

2424
if sys.argv[-1] == 'publish':
2525
# test server

0 commit comments

Comments
 (0)