Skip to content

Commit

Permalink
Update version 0.47.1 -> 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Dec 8, 2023
1 parent 52893d6 commit 5abdc4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.47.1
current_version = 0.48.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.47.1
# IBM Cloud Platform Services Python SDK Version 0.48.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
@@ -1,4 +1,4 @@
"""
Version of platform_services
"""
__version__ = '0.47.1'
__version__ = '0.48.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys
import pkg_resources

__version__ = '0.47.1'
__version__ = '0.48.0'
PACKAGE_NAME = 'ibm_platform_services'
PACKAGE_DESC = 'Python client library for IBM Cloud Platform Services'

Expand Down

0 comments on commit 5abdc4d

Please sign in to comment.