Skip to content

Commit

Permalink
Update version 1.1.2 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sccdeveloper committed Dec 20, 2021
1 parent a9bd032 commit 37c6dcf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 = 1.1.2
current_version = 2.0.0
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Test Coverage](https://api.codeclimate.com/v1/badges/a87748d845549d045483/test_coverage)](https://codeclimate.com/github/IBM/scc-python-sdk/test_coverage)
[![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 1.1.2
# IBM Cloud Security & Compliance Center Python SDK Version 2.0.0

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).

Expand Down Expand Up @@ -63,13 +63,13 @@ Service Name | Module Name | Imported Class Name
To install, use `pip` or `easy_install`:

```bash
pip install --upgrade "ibm-scc>=1.1.2"
pip install --upgrade "ibm-scc>=2.0.0"
```

or

```bash
easy_install --upgrade "ibm-scc>=1.1.2"
easy_install --upgrade "ibm-scc>=2.0.0"
```

## Using the SDK
Expand Down
2 changes: 1 addition & 1 deletion ibm_scc/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"""
Version of mysdk
"""
__version__ = '1.1.2'
__version__ = '2.0.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__ = '1.1.2'
__version__ = '2.0.0'
PACKAGE_NAME = 'ibm_scc'
PACKAGE_DESC = 'Python client library for IBM Cloud Security & Compliance Center Services'

Expand Down

0 comments on commit 37c6dcf

Please sign in to comment.