This is an automated email from the ASF dual-hosted git repository.
eolivelli pushed a commit to branch branch-4.9
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/branch-4.9 by this push:
new 1606906 Bump python client to 4.9.1
1606906 is described below
commit 1606906de4cd9d4ab1359f23d08e94bfd82af510
Author: Enrico Olivelli <[email protected]>
AuthorDate: Wed Mar 20 09:42:37 2019 +0100
Bump python client to 4.9.1
Reviewers: Sijie Guo <[email protected]>
This closes #1994 from eolivelli/fix/bump-python-client-version-491
---
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 c5046b3..104b2b8 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.9.1-alpha-0'
+version = '4.9.1'
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'