Skip to content

Commit f396301

Browse files
Update version 0.0.1 -> 0.0.2
1 parent 8f97858 commit f396301

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.bumpversion.cfg

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

@@ -14,4 +14,3 @@ replace = __version__ = '{new_version}'
1414
[bumpversion:file:README.md]
1515
search = {current_version}
1616
replace = {new_version}
17-

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.1"
59+
pip install --upgrade "ibm-container-registry>=0.0.2"
6060
```
6161

6262
or
6363

6464
```bash
65-
easy_install --upgrade "ibm-container-registry>=0.0.1"
65+
easy_install --upgrade "ibm-container-registry>=0.0.2"
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.1'
20+
__version__ = '0.0.2'

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.1'
22+
__version__ = '0.0.2'
2323
PACKAGE_NAME = 'ibm_container_registry'
2424
PACKAGE_DESC = 'IBM Cloud Container Registry Python SDK'
2525

0 commit comments

Comments
 (0)