diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b148007..6186677 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.21.1 +current_version = 0.22.0 commit = True message = Update version {current_version} -> {new_version} diff --git a/README.md b/README.md index 6425e42..67ce650 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![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 Cloud Networking Services Python SDK Version 0.21.1 +# IBM Cloud Networking Services Python SDK Version 0.22.0 Python client library to interact with various [IBM Cloud Networking Service APIs](https://cloud.ibm.com/apidocs?category=network). @@ -99,13 +99,13 @@ IBM Cloud services: To install, use `pip` or `easy_install`: ```bash -pip install --upgrade "ibm-cloud-networking-services==0.21.1" +pip install --upgrade "ibm-cloud-networking-services==0.22.0" ``` or ```bash -easy_install --upgrade "ibm-cloud-networking-servies==0.21.1" +easy_install --upgrade "ibm-cloud-networking-servies==0.22.0" ``` ## Using the SDK diff --git a/ibm_cloud_networking_services/version.py b/ibm_cloud_networking_services/version.py index c897f76..1b4f929 100644 --- a/ibm_cloud_networking_services/version.py +++ b/ibm_cloud_networking_services/version.py @@ -1,4 +1,4 @@ """ Version of cloud_networking_services """ -__version__ = '0.21.1' +__version__ = '0.22.0' diff --git a/setup.py b/setup.py index 47e8ff8..e8edf51 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import sys import pkg_resources -__version__ = '0.21.1' +__version__ = '0.22.0' PACKAGE_NAME = 'ibm_cloud_networking_services' PACKAGE_DESC = 'Python client library for IBM Cloud Networking Services'