File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.20.0
2
+ current_version = 3.20.1
3
3
commit = True
4
4
5
5
[bumpversion:file:ibm_cloud_sdk_core/version.py]
Original file line number Diff line number Diff line change 4
4
[ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/ibm/python-sdk-core )] ( https://cla-assistant.io/ibm/python-sdk-core )
5
5
[ ![ 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 )
6
6
7
- # IBM Python SDK Core Version 3.20.0
7
+ # IBM Python SDK Core Version 3.20.1
8
8
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
9
9
(openapi-sdkgen).
10
10
Original file line number Diff line number Diff line change 1
- __version__ = '3.20.0 '
1
+ __version__ = '3.20.1 '
Original file line number Diff line number Diff line change 19
19
from setuptools import setup , find_packages
20
20
from setuptools .command .test import test as TestCommand
21
21
22
- __version__ = '3.20.0 '
22
+ __version__ = '3.20.1 '
23
23
24
24
if sys .argv [- 1 ] == 'publish' :
25
25
# test server
You can’t perform that action at this time.
0 commit comments