File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.0.1
2+ current_version = 0.1.0
33commit = True
44message = Update version {current_version} -> {new_version}
55
Original file line number Diff line number Diff line change 22<!--
33[](https://github.com/semantic-release/semantic-release)
44-->
5- # Python SDK for IBM Cloud Code Engine
5+ # Python SDK for IBM Cloud Code Engine 0.1.0
66
77Python client library to interact with the [ IBM Cloud Code Engine API] ( https://cloud.ibm.com/apidocs/codeengine ) .
88
@@ -57,13 +57,13 @@ Service Name | Imported Class Name
5757To install, use ` pip ` or ` easy_install ` :
5858
5959``` bash
60- pip install --upgrade " ibm_code_engine_sdk>=0.0.1 "
60+ pip install --upgrade " ibm_code_engine_sdk>=0.1.0 "
6161```
6262
6363or
6464
6565``` bash
66- easy_install --upgrade " ibm_code_engine_sdk>=0.0.1 "
66+ easy_install --upgrade " ibm_code_engine_sdk>=0.1.0 "
6767```
6868
6969## Using the SDK
Original file line number Diff line number Diff line change 1717"""
1818Version of ibm_code_engine_sdk
1919"""
20- __version__ = '0.0.1 '
20+ __version__ = '0.1.0 '
You can’t perform that action at this time.
0 commit comments