Skip to content

Commit d23cbc0

Browse files
feat: analytics engine v3 feature changes
feat: analytics engine v3 feature changes
1 parent 2bd89ef commit d23cbc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.0.2
3+
# IBM Cloud Analytics Engine Python SDK Version 1.0.3
44

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

@@ -38,13 +38,13 @@ Service Name | Imported Class Name
3838
To install, use `pip` or `easy_install`:
3939

4040
```bash
41-
pip install --upgrade "iaesdk>=1.0.2"
41+
pip install --upgrade "iaesdk>=1.0.3"
4242
```
4343

4444
or
4545

4646
```bash
47-
easy_install --upgrade "iaesdk>=1.0.2"
47+
easy_install --upgrade "iaesdk>=1.0.3"
4848
```
4949

5050
## Using the SDK

0 commit comments

Comments
 (0)