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 = 2.1 .0
2
+ current_version = 2.2 .0
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://api.travis-ci.com/IBM/ibm-iae-python-sdk.svg?branch=master )] ( https://app.travis-ci.com/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 2.1 .0
3
+ # IBM Cloud Analytics Engine Python SDK Version 2.2 .0
4
4
5
5
Python client library to interact with various [ iaesdk Service APIs] ( https://cloud.ibm.com/apidocs/ibm-analytics-engine ) .
6
6
@@ -47,13 +47,13 @@ IBM Analytics Engine v3 is for the Standard Serverless for Apache Spark plan
47
47
To install, use ` pip ` or ` easy_install ` :
48
48
49
49
``` bash
50
- pip install --upgrade " iaesdk>=2.1 .0"
50
+ pip install --upgrade " iaesdk>=2.2 .0"
51
51
```
52
52
53
53
or
54
54
55
55
``` bash
56
- easy_install --upgrade " iaesdk>=2.1 .0"
56
+ easy_install --upgrade " iaesdk>=2.2 .0"
57
57
```
58
58
59
59
## Using the SDK
Original file line number Diff line number Diff line change 1
1
"""
2
2
Version of iaesdk
3
3
"""
4
- __version__ = '2.1 .0'
4
+ __version__ = '2.2 .0'
Original file line number Diff line number Diff line change 19
19
import sys
20
20
import pkg_resources
21
21
22
- __version__ = '2.1 .0'
22
+ __version__ = '2.2 .0'
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