Skip to content

Commit

Permalink
Update version 1.0.0 -> 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jul 21, 2023
1 parent acde0df commit b3e8123
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.0.0
current_version = 1.1.0
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ Service Name | Imported Class Name
To install, use `pip` or `easy_install`:

```bash
pip install --upgrade "ibm-container-registry>=1.0.0"
pip install --upgrade "ibm-container-registry>=1.1.0"
```

or

```bash
easy_install --upgrade "ibm-container-registry>=1.0.0"
easy_install --upgrade "ibm-container-registry>=1.1.0"
```

## Using the SDK
Expand Down
2 changes: 1 addition & 1 deletion ibm_container_registry/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"""
Version of ibm_container_registry
"""
__version__ = '1.0.0'
__version__ = '1.1.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.0.0'
__version__ = '1.1.0'
PACKAGE_NAME = 'ibm_container_registry'
PACKAGE_DESC = 'IBM Cloud Container Registry Python SDK'

Expand Down

0 comments on commit b3e8123

Please sign in to comment.