From 9bda7e10bd9c19257c5b004d28e89cb9a9603d46 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jun 2024 16:41:21 +0000 Subject: [PATCH] Update version 0.53.7 -> 0.54.0 --- .bumpversion.cfg | 2 +- README.md | 2 +- ibm_platform_services/version.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 747e1fa9..6fe787b2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.53.7 +current_version = 0.54.0 commit = True message = Update version {current_version} -> {new_version} diff --git a/README.md b/README.md index b12d68b5..5a65b71e 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.53.7 +# IBM Cloud Platform Services Python SDK Version 0.54.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 c0e73b88..c4b2b541 100644 --- a/ibm_platform_services/version.py +++ b/ibm_platform_services/version.py @@ -2,4 +2,4 @@ Version of platform_services """ -__version__ = '0.53.7' +__version__ = '0.54.0' diff --git a/setup.py b/setup.py index 124ba0ac..c0c22e0b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import sys import pkg_resources -__version__ = '0.53.7' +__version__ = '0.54.0' PACKAGE_NAME = 'ibm_platform_services' PACKAGE_DESC = 'Python client library for IBM Cloud Platform Services'