This is an automated email from the ASF dual-hosted git repository.
ayegorov pushed a commit to branch branch-4.13
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.13 by this push:
new 9556841 Updating version of the python client for the 4.13 release
9556841 is described below
commit 955684127a6ffc18ca5a1e0a5d9ae9d80bf89b63
Author: Andrey Yegorov <[email protected]>
AuthorDate: Wed Feb 17 08:54:37 2021 -0800
Updating version of the python client for the 4.13 release
---
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 0bd3a66..917f957 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.12.0'
+version = '4.13.0'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'