This is an automated email from the ASF dual-hosted git repository.
shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new f9364947ae build: upgrade python client version to prepare next
release (#4435)
f9364947ae is described below
commit f9364947ae1e673fbebdb76a2a9d3a936bb23ee1
Author: ZhangJian He <[email protected]>
AuthorDate: Thu Jun 13 14:23:49 2024 +0800
build: upgrade python client version to prepare next release (#4435)
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..04fe42d119 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.18.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'