From 6e897bbb8b7b7d70b2fdb42cdb65d2c968761833 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 3 Jun 2024 17:09:28 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.20.0=20=E2=86=92=203.20.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- ibm_cloud_sdk_core/version.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e9435b5..f5eddb3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.20.0 +current_version = 3.20.1 commit = True [bumpversion:file:ibm_cloud_sdk_core/version.py] diff --git a/README.md b/README.md index 9598dd7..049ebaf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![CLA assistant](https://cla-assistant.io/readme/badge/ibm/python-sdk-core)](https://cla-assistant.io/ibm/python-sdk-core) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -# IBM Python SDK Core Version 3.20.0 +# IBM Python SDK Core Version 3.20.1 This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen). diff --git a/ibm_cloud_sdk_core/version.py b/ibm_cloud_sdk_core/version.py index c170b8d..ff398e4 100644 --- a/ibm_cloud_sdk_core/version.py +++ b/ibm_cloud_sdk_core/version.py @@ -1 +1 @@ -__version__ = '3.20.0' +__version__ = '3.20.1' diff --git a/setup.py b/setup.py index ffea4fd..7a7f327 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -__version__ = '3.20.0' +__version__ = '3.20.1' if sys.argv[-1] == 'publish': # test server