Skip to content

Commit b0e93de

Browse files
committed
synthesize_response => Updated to CSI 3.1.0
1 parent 35fdb43 commit b0e93de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export
1717

1818
# MUST BE THE SAME AS API in Mayor and Minor Version Number
1919
# example: API 2.9.0 --> Client 2.9.X
20-
ONDEWO_CSI_VERSION = 3.1.1
20+
ONDEWO_CSI_VERSION=3.1.1
2121
PYPI_USERNAME?=ENTER_HERE_YOUR_PYPI_USERNAME
2222
PYPI_PASSWORD?=ENTER_HERE_YOUR_PYPI_PASSWORD
2323

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def read_requirements(file_path: str, encoding: str = 'utf-8') -> List[str]:
2727

2828
setup(
2929
name="ondewo-csi-client",
30-
version='3.1.0',
30+
version='3.1.1',
3131
author="ONDEWO GbmH",
3232
author_email="[email protected]",
3333
description="Provides endpoints and messages for gRPC communication to the ONDEWO CSI server",

0 commit comments

Comments
 (0)