Skip to content

Commit

Permalink
Update version 3.2.0 -> 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Jan 4, 2024
1 parent a4f9129 commit c09d695
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.0
current_version = 3.3.0
commit = True
message = Update version {current_version} -> {new_version}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![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)
[![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)
# IBM Cloud Analytics Engine Python SDK Version 3.2.0
# IBM Cloud Analytics Engine Python SDK Version 3.3.0

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

Expand Down
2 changes: 1 addition & 1 deletion iaesdk/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Version of iaesdk
"""
__version__ = '3.2.0'
__version__ = '3.3.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import sys
import pkg_resources

__version__ = '3.2.0'
__version__ = '3.3.0'
PACKAGE_NAME = 'iaesdk'
PACKAGE_DESC = 'Python client library for IBM Cloud Analytics Engine Services'

Expand Down

0 comments on commit c09d695

Please sign in to comment.