From e8c575ca0262cc05f2bbb51d3bd74bc9064abfca Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 7 Aug 2024 21:36:28 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=203.20.4=20=E2=86=92=203.20.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- README.md | 2 +- ibm_cloud_sdk_core/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index b7bdfa9..5137617 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "3.20.4" +current_version = "3.20.5" commit = true [[tool.bumpversion.files]] diff --git a/README.md b/README.md index 7658d9d..841566a 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.4 +# IBM Python SDK Core Version 3.20.5 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 01bee8d..9a50c8f 100644 --- a/ibm_cloud_sdk_core/version.py +++ b/ibm_cloud_sdk_core/version.py @@ -1 +1 @@ -__version__ = '3.20.4' +__version__ = '3.20.5' diff --git a/pyproject.toml b/pyproject.toml index 456191b..f5c4689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ibm-cloud-sdk-core" -version = "3.20.4" +version = "3.20.5" authors = [ { name="IBM", email="devxsdk@us.ibm.com" } ]