Skip to content

Commit 8ca7710

Browse files
Update version 0.0.7 -> 0.0.8
1 parent 549d40f commit 8ca7710

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.7
2+
current_version = 0.0.8
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Service Name | Imported Class Name
5656
To install, use `pip` or `easy_install`:
5757

5858
```bash
59-
pip install --upgrade "ibm-container-registry>=0.0.7"
59+
pip install --upgrade "ibm-container-registry>=0.0.8"
6060
```
6161

6262
or
6363

6464
```bash
65-
easy_install --upgrade "ibm-container-registry>=0.0.7"
65+
easy_install --upgrade "ibm-container-registry>=0.0.8"
6666
```
6767

6868
## Using the SDK

ibm_container_registry/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
Version of ibm_container_registry
1919
"""
20-
__version__ = '0.0.7'
20+
__version__ = '0.0.8'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import sys
2020
import pkg_resources
2121

22-
__version__ = '0.0.7'
22+
__version__ = '0.0.8'
2323
PACKAGE_NAME = 'ibm_container_registry'
2424
PACKAGE_DESC = 'IBM Cloud Container Registry Python SDK'
2525

0 commit comments

Comments
 (0)