You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by jm...@apache.org on 2021/09/21 23:07:41 UTC

[datasketches-cpp] 01/01: to v3.2.0 in setup.py

This is an automated email from the ASF dual-hosted git repository.

jmalkin pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git

commit dfe001c23f225fa80ce063df0a461c51e6671c43
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Tue Sep 21 15:40:07 2021 -0700

    to v3.2.0 in setup.py
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index c3ec1a6..dfc0fa1 100644
--- a/setup.py
+++ b/setup.py
@@ -81,7 +81,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='datasketches',
-    version='3.2.0.dev0',
+    version='3.2.0',
     author='Apache DataSketches Developers',
     author_email='dev@datasketches.apache.org',
     description='A wrapper for the C++ Apache DataSketches library',

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org