From c09d695a55ba05683c5385de43612c19d3cf72bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Jan 2024 06:01:34 +0000 Subject: [PATCH] Update version 3.2.0 -> 3.3.0 --- .bumpversion.cfg | 2 +- README.md | 2 +- iaesdk/version.py | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9df7f0b..fd8303a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.2.0 +current_version = 3.3.0 commit = True message = Update version {current_version} -> {new_version} diff --git a/README.md b/README.md index 9df9105..854a0a5 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/iaesdk/version.py b/iaesdk/version.py index 30a6fd5..993a36c 100644 --- a/iaesdk/version.py +++ b/iaesdk/version.py @@ -1,4 +1,4 @@ """ Version of iaesdk """ -__version__ = '3.2.0' +__version__ = '3.3.0' diff --git a/setup.py b/setup.py index dd50d0b..8e5f625 100644 --- a/setup.py +++ b/setup.py @@ -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'