From 82fc0f9e02472f9c4ac0cbebd85f34ae4bea5a92 Mon Sep 17 00:00:00 2001 From: zymap Date: Tue, 12 Dec 2023 14:02:29 +0800 Subject: [PATCH] Bump the python client version to 4.15.5 --- 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 44190e5bd76..ddc5d18160a 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.15.4-SNAPSHOT' +version = '4.15.5' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'