From e70236d282b0eec89525a6f386c8e34728160ddd Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Thu, 13 Jun 2024 08:29:04 +0800 Subject: [PATCH] build: upgrade python client version to prepare next release Signed-off-by: ZhangJian He --- 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 38f94f1ba21..04fe42d1194 100644 --- a/stream/clients/python/setup.py +++ b/stream/clients/python/setup.py @@ -19,7 +19,7 @@ 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'