File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0 .0.6
2
+ current_version = 1 .0.2
3
3
commit = True
4
4
message = Update version {current_version} -> {new_version}
5
5
@@ -14,4 +14,3 @@ replace = __version__ = '{new_version}'
14
14
[bumpversion:file:README.md]
15
15
search = {current_version}
16
16
replace = {new_version}
17
-
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.0.1
3
+ # IBM Cloud Analytics Engine Python SDK Version 1.0.2
4
4
5
5
Python client library to interact with various [ iaesdk Service APIs] ( https://cloud.ibm.com/apidocs/ibm-analytics-engine ) .
6
6
@@ -38,13 +38,13 @@ Service Name | Imported Class Name
38
38
To install, use ` pip ` or ` easy_install ` :
39
39
40
40
``` bash
41
- pip install --upgrade " iaesdk>=1.0.1 "
41
+ pip install --upgrade " iaesdk>=1.0.2 "
42
42
```
43
43
44
44
or
45
45
46
46
``` bash
47
- easy_install --upgrade " iaesdk>=1.0.1 "
47
+ easy_install --upgrade " iaesdk>=1.0.2 "
48
48
```
49
49
50
50
## 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.0.1 '
4
+ __version__ = '1.0.2 '
Original file line number Diff line number Diff line change 19
19
import sys
20
20
import pkg_resources
21
21
22
- __version__ = '1.0.1 '
22
+ __version__ = '1.0.2 '
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