Skip to content

Commit 3d120bd

Browse files
Bump version: 1.7.2 → 1.7.3
1 parent 73f13c6 commit 3d120bd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.2
2+
current_version = 1.7.3
33
commit = True
44

55
[bumpversion:file:ibm_cloud_sdk_core/version.py]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://img.shields.io/pypi/v/ibm-cloud-sdk-core.svg)](https://pypi.python.org/pypi/ibm-cloud-sdk-core)
44
[![CLA assistant](https://cla-assistant.io/readme/badge/ibm/python-sdk-core)](https://cla-assistant.io/ibm/python-sdk-core)
55

6-
# IBM Python SDK Core Version 1.7.2
6+
# IBM Python SDK Core Version 1.7.3
77
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
88
(openapi-sdkgen).
99

ibm_cloud_sdk_core/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.2'
1+
__version__ = '1.7.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from setuptools import setup, find_packages
1919
from setuptools.command.test import test as TestCommand
2020

21-
__version__ = '1.7.2'
21+
__version__ = '1.7.3'
2222

2323
if sys.argv[-1] == 'publish':
2424
# test server

0 commit comments

Comments
 (0)