diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f5eddb3..503131b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.20.1 +current_version = 3.20.2 commit = True [bumpversion:file:ibm_cloud_sdk_core/version.py] diff --git a/README.md b/README.md index 049ebaf..16e9a93 100644 --- a/README.md +++ b/README.md @@ -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.20.1 +# IBM Python SDK Core Version 3.20.2 This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen). diff --git a/ibm_cloud_sdk_core/version.py b/ibm_cloud_sdk_core/version.py index ff398e4..5ed0812 100644 --- a/ibm_cloud_sdk_core/version.py +++ b/ibm_cloud_sdk_core/version.py @@ -1 +1 @@ -__version__ = '3.20.1' +__version__ = '3.20.2' diff --git a/setup.py b/setup.py index 7a7f327..d1827a8 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup, find_packages from setuptools.command.test import test as TestCommand -__version__ = '3.20.1' +__version__ = '3.20.2' if sys.argv[-1] == 'publish': # test server