Skip to content

Commit c09d695

Browse files
Update version 3.2.0 -> 3.3.0
1 parent a4f9129 commit c09d695

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.2.0
2+
current_version = 3.3.0
33
commit = True
44
message = Update version {current_version} -> {new_version}
55

README.md

Lines changed: 1 addition & 1 deletion
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.2.0
3+
# IBM Cloud Analytics Engine Python SDK Version 3.3.0
44

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

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.2.0'
4+
__version__ = '3.3.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.2.0'
22+
__version__ = '3.3.0'
2323
PACKAGE_NAME = 'iaesdk'
2424
PACKAGE_DESC = 'Python client library for IBM Cloud Analytics Engine Services'
2525

0 commit comments

Comments
 (0)