From 33def66c9f97fcfb12820879f80b99e6d82ceede Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Jun 2021 11:24:39 +0000 Subject: [PATCH] Update version 0.0.3 -> 0.0.4 --- .bumpversion.cfg | 2 +- README.md | 6 +++--- ibm_scc/version.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f2ad64c..782f066 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.3 +current_version = 0.0.4 commit = True message = Update version {current_version} -> {new_version} diff --git a/README.md b/README.md index 455d50a..27157c0 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) [![codecov](https://codecov.io/gh/ibm-cloud-security/scc-python-sdk/branch/main/graph/badge.svg?token=U0DC9HWWOA)](https://codecov.io/gh/ibm-cloud-security/scc-python-sdk) [![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 Security & Compliance Center Python SDK Version 0.0.3 +# IBM Cloud Security & Compliance Center Python SDK Version 0.0.4 Python client library to interact with various [IBM Cloud Security & Compliance Center APIs](https://cloud.ibm.com/docs?tab=api-docs&category=platform_services%2Csecurity). @@ -63,13 +63,13 @@ Service Name | Module Name | Imported Class Name To install, use `pip` or `easy_install`: ```bash -pip install --upgrade "ibm-scc>=0.0.3" +pip install --upgrade "ibm-scc>=0.0.4" ``` or ```bash -easy_install --upgrade "ibm-scc>=0.0.3" +easy_install --upgrade "ibm-scc>=0.0.4" ``` ## Using the SDK diff --git a/ibm_scc/version.py b/ibm_scc/version.py index c985cdd..813043a 100644 --- a/ibm_scc/version.py +++ b/ibm_scc/version.py @@ -17,4 +17,4 @@ """ Version of mysdk """ -__version__ = '0.0.3' \ No newline at end of file +__version__ = '0.0.4' \ No newline at end of file diff --git a/setup.py b/setup.py index 92335c8..f7eca44 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ import sys import pkg_resources -__version__ = '0.0.3' +__version__ = '0.0.4' PACKAGE_NAME = 'ibm_scc' PACKAGE_DESC = 'Python client library for IBM Cloud Security & Compliance Center Services'