This is an automated email from the ASF dual-hosted git repository. jmalkin pushed a commit to branch py_fixes in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
commit 0f67f8f709984f2015016930ac36168460c88785 Author: Jon Malkin <[email protected]> AuthorDate: Wed Sep 29 12:44:22 2021 -0700 return unreleased python verison to 3.3.0.dev0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9738688..8b1e1b8 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ class CMakeBuild(build_ext): setup( name='datasketches', - version='3.2.0.1', + version='3.3.0.dev0', author='Apache Software Foundation', author_email='[email protected]', description='The Apache DataSketches Library for Python', --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
