Skip to content

Commit

Permalink
Bump version: 3.16.3 → 3.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Mar 23, 2023
1 parent e9ca94c commit 87633b0
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 = 3.16.3
current_version = 3.16.4
commit = True

[bumpversion:file:ibm_cloud_sdk_core/version.py]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.3
# IBM Python SDK Core Version 3.16.4
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
(openapi-sdkgen).

Expand Down
2 changes: 1 addition & 1 deletion ibm_cloud_sdk_core/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.16.3'
__version__ = '3.16.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand

__version__ = '3.16.3'
__version__ = '3.16.4'

if sys.argv[-1] == 'publish':
# test server
Expand Down

0 comments on commit 87633b0

Please sign in to comment.