From 12d0721a50709441b628d64ed8b1060af9edc944 Mon Sep 17 00:00:00 2001 From: zymap Date: Tue, 20 Jun 2023 21:36:05 +0800 Subject: [PATCH] Bump python client version to 4.16.2 --- 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 03d2c8a87c2..bea58c7de83 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.16.1' +version = '4.16.2' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'