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