Skip to content

Commit 6e897bb

Browse files
Bump version: 3.20.0 → 3.20.1
1 parent f4ac0d1 commit 6e897bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.20.0
2+
current_version = 3.20.1
33
commit = True
44

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.20.0
7+
# IBM Python SDK Core Version 3.20.1
88
This project contains core functionality required by Python code generated by the IBM Cloud OpenAPI SDK Generator
99
(openapi-sdkgen).
1010

ibm_cloud_sdk_core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '3.20.0'
1+
__version__ = '3.20.1'

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools import setup, find_packages
2020
from setuptools.command.test import test as TestCommand
2121

22-
__version__ = '3.20.0'
22+
__version__ = '3.20.1'
2323

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

0 commit comments

Comments
 (0)