Skip to content

Commit e218841

Browse files
Update version 3.1.0 -> 3.2.0
1 parent f198d89 commit e218841

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 = 3.1.0
2+
current_version = 3.2.0
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://api.travis-ci.com/IBM/ibm-iae-python-sdk.svg?branch=master)](https://app.travis-ci.com/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 3.1.0
3+
# IBM Cloud Analytics Engine Python SDK Version 3.2.0
44

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

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

4949
```bash
50-
pip install --upgrade "iaesdk>=3.1.0"
50+
pip install --upgrade "iaesdk>=3.2.0"
5151
```
5252

5353
or
5454

5555
```bash
56-
easy_install --upgrade "iaesdk>=3.1.0"
56+
easy_install --upgrade "iaesdk>=3.2.0"
5757
```
5858

5959
## 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__ = '3.1.0'
4+
__version__ = '3.2.0'

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

0 commit comments

Comments
 (0)