From dda134337cd103ce4a31e692581d00fe08a9603e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jan 2022 20:42:45 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.3.0=20=E2=86=92=205.3.1=20[?= =?UTF-8?q?skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- ibm_watson/version.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3b4781f2..6dc725e6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.3.0 +current_version = 5.3.1 commit = True message = Bump version: {current_version} → {new_version} [skip ci] diff --git a/ibm_watson/version.py b/ibm_watson/version.py index 1d4672ff..2e7dd83b 100644 --- a/ibm_watson/version.py +++ b/ibm_watson/version.py @@ -1 +1 @@ -__version__ = '5.3.0' +__version__ = '5.3.1' diff --git a/setup.py b/setup.py index 09a62b2a..f25d1224 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup from os import path -__version__ = '5.3.0' +__version__ = '5.3.1' # read contents of README file this_directory = path.abspath(path.dirname(__file__))