File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.1.0
2
+ current_version = 1.1.1
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version}
5
5
Original file line number Diff line number Diff line change 1
1
[ ![ Build Status] ( https://travis-ci.org/IBM/ibm-iae-python-sdk.svg?branch=master )] ( https://travis-ci.org/IBM/ibm-iae-python-sdk )
2
2
[ ![ 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
4
4
5
5
Python client library to interact with various [ iaesdk Service APIs] ( https://cloud.ibm.com/apidocs/ibm-analytics-engine ) .
6
6
@@ -46,13 +46,13 @@ IBM Analytics Engine v3 is for the Standard Serverless Spark plan
46
46
To install, use ` pip ` or ` easy_install ` :
47
47
48
48
``` bash
49
- pip install --upgrade " iaesdk>=1.1.0 "
49
+ pip install --upgrade " iaesdk>=1.1.1 "
50
50
```
51
51
52
52
or
53
53
54
54
``` bash
55
- easy_install --upgrade " iaesdk>=1.1.0 "
55
+ easy_install --upgrade " iaesdk>=1.1.1 "
56
56
```
57
57
58
58
## Using the SDK
Original file line number Diff line number Diff line change 1
1
"""
2
2
Version of iaesdk
3
3
"""
4
- __version__ = '1.1.0 '
4
+ __version__ = '1.1.1 '
Original file line number Diff line number Diff line change 19
19
import sys
20
20
import pkg_resources
21
21
22
- __version__ = '1.1.0 '
22
+ __version__ = '1.1.1 '
23
23
PACKAGE_NAME = 'iaesdk'
24
24
PACKAGE_DESC = 'Python client library for IBM Cloud Analytics Engine Services'
25
25
You can’t perform that action at this time.
0 commit comments