This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch branch-4.17
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.17 by this push:
new b743dad813 Update python version to 4.17.1
b743dad813 is described below
commit b743dad813f78d8f220c8a47deeb8d13dae83a65
Author: ZhangJian He <[email protected]>
AuthorDate: Tue Jun 11 22:21:26 2024 +0800
Update python version to 4.17.1
Signed-off-by: ZhangJian He <[email protected]>
---
stream/clients/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stream/clients/python/setup.py b/stream/clients/python/setup.py
index 38f94f1ba2..4addbc1749 100644
--- a/stream/clients/python/setup.py
+++ b/stream/clients/python/setup.py
@@ -19,7 +19,7 @@ import setuptools
name = 'apache-bookkeeper-client'
description = 'Apache BookKeeper client library'
-version = '4.17.0'
+version = '4.17.1'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'