File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.17.3
2+ current_version = 3.18.0
33commit = True
44
55[bumpversion:file:ibm_cloud_sdk_core/version.py]
Original file line number Diff line number Diff line change 44[ ![ CLA assistant] ( https://cla-assistant.io/readme/badge/ibm/python-sdk-core )] ( https://cla-assistant.io/ibm/python-sdk-core )
55[ ![ 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 )
66
7- # IBM Python SDK Core Version 3.17.3
7+ # IBM Python SDK Core Version 3.18.0
88This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
99(openapi-sdkgen).
1010
Original file line number Diff line number Diff line change 1- __version__ = '3.17.3 '
1+ __version__ = '3.18.0 '
Original file line number Diff line number Diff line change 1919from setuptools import setup , find_packages
2020from setuptools .command .test import test as TestCommand
2121
22- __version__ = '3.17.3 '
22+ __version__ = '3.18.0 '
2323
2424if sys .argv [- 1 ] == 'publish' :
2525 # test server
You can’t perform that action at this time.
0 commit comments