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 2020/08/14 23:37:08 UTC

[incubator-datasketches-cpp] 02/02: Use the right version number for a release

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

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

commit 4c0edd32730540029652cc7d0af04ce48fea67ba
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Fri Aug 14 16:35:03 2020 -0700

    Use the right version number for a release
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8c849e8..eea879b 100644
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,7 @@ class CMakeBuild(build_ext):
 setup(
     name='datasketches',
     #use_scm_version=True,
-    version='2.1.0-incubating-SNAPSHOT',
+    version='2.1.0-incubating',
     author='Datasketches Developers',
     author_email='dev@datasketches.apache.org',
     description='A wrapper for the C++ Datasketches library',


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