Skip to content

Commit 82ce7ef

Browse files
Update version 1.1.1 -> 1.1.2
1 parent b612531 commit 82ce7ef

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 = 1.1.1
2+
current_version = 1.1.2
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
@@ -54,13 +54,13 @@ Service Name | Imported Class Name
5454
To install, use `pip` or `easy_install`:
5555

5656
```bash
57-
pip install --upgrade "ibm-container-registry>=1.1.1"
57+
pip install --upgrade "ibm-container-registry>=1.1.2"
5858
```
5959

6060
or
6161

6262
```bash
63-
easy_install --upgrade "ibm-container-registry>=1.1.1"
63+
easy_install --upgrade "ibm-container-registry>=1.1.2"
6464
```
6565

6666
## 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__ = '1.1.1'
20+
__version__ = '1.1.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__ = '1.1.1'
22+
__version__ = '1.1.2'
2323
PACKAGE_NAME = 'ibm_container_registry'
2424
PACKAGE_DESC = 'IBM Cloud Container Registry Python SDK'
2525

0 commit comments

Comments
 (0)