This is an automated email from the ASF dual-hosted git repository.
lushiji pushed a commit to branch branch-4.16
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.16 by this push:
new 8e0d75ac36 Update python version to 4.16.7
8e0d75ac36 is described below
commit 8e0d75ac36ba9132b2c0b33920a1954971d0e6ee
Author: lushiji <[email protected]>
AuthorDate: Wed Jun 18 09:55:46 2025 +0800
Update python version to 4.16.7
---
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 c8c17ce200..b5f214960c 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.16.6'
+version = '4.16.7'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'