From fbd2846fa1d691edd54b65362d166ebe44fe6799 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Oct 2024 10:48:20 +0000 Subject: [PATCH] Update version 0.58.0 -> 0.59.0 --- .bumpversion.toml | 2 +- README.md | 2 +- ibm_platform_services/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index f45533a..ba558eb 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.58.0" +current_version = "0.59.0" commit = true message = "Update version {current_version} -> {new_version}" diff --git a/README.md b/README.md index 8f5513a..1ceeefc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![CLA assistant](https://cla-assistant.io/readme/badge/IBM/platform-services-python-sdk)](https://cla-assistant.io/IBM/platform-services-python-sdk) -# IBM Cloud Platform Services Python SDK Version 0.58.0 +# IBM Cloud Platform Services Python SDK Version 0.59.0 Python client library to interact with various [IBM Cloud Platform Service APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services). diff --git a/ibm_platform_services/version.py b/ibm_platform_services/version.py index 91e1027..d1de0e5 100644 --- a/ibm_platform_services/version.py +++ b/ibm_platform_services/version.py @@ -2,4 +2,4 @@ Version of platform_services """ -__version__ = '0.58.0' +__version__ = '0.59.0' diff --git a/pyproject.toml b/pyproject.toml index 93bcab6..fa0cfab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ibm-platform-services" -version = "0.58.0" +version = "0.59.0" authors = [ { name="IBM", email="devxsdk@us.ibm.com" } ]