Skip to content

Commit

Permalink
Update version 0.58.0 -> 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 28, 2024
1 parent 099bad4 commit fbd2846
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -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}"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion ibm_platform_services/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version of platform_services
"""

__version__ = '0.58.0'
__version__ = '0.59.0'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ibm-platform-services"
version = "0.58.0"
version = "0.59.0"
authors = [
{ name="IBM", email="[email protected]" }
]
Expand Down

0 comments on commit fbd2846

Please sign in to comment.