Skip to content

Commit d034797

Browse files
Update version 1.1.0 -> 1.1.1
1 parent 522d541 commit d034797

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.0
2+
current_version = 1.1.1
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build Status](https://travis-ci.org/IBM/ibm-iae-python-sdk.svg?branch=master)](https://travis-ci.org/IBM/ibm-iae-python-sdk)
22
[![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)
3-
# IBM Cloud Analytics Engine Python SDK Version 1.1.0
3+
# IBM Cloud Analytics Engine Python SDK Version 1.1.1
44

55
Python client library to interact with various [iaesdk Service APIs](https://cloud.ibm.com/apidocs/ibm-analytics-engine).
66

@@ -46,13 +46,13 @@ IBM Analytics Engine v3 is for the Standard Serverless Spark plan
4646
To install, use `pip` or `easy_install`:
4747

4848
```bash
49-
pip install --upgrade "iaesdk>=1.1.0"
49+
pip install --upgrade "iaesdk>=1.1.1"
5050
```
5151

5252
or
5353

5454
```bash
55-
easy_install --upgrade "iaesdk>=1.1.0"
55+
easy_install --upgrade "iaesdk>=1.1.1"
5656
```
5757

5858
## Using the SDK

iaesdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
Version of iaesdk
33
"""
4-
__version__ = '1.1.0'
4+
__version__ = '1.1.1'

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.0'
22+
__version__ = '1.1.1'
2323
PACKAGE_NAME = 'iaesdk'
2424
PACKAGE_DESC = 'Python client library for IBM Cloud Analytics Engine Services'
2525

0 commit comments

Comments
 (0)