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:55:08 UTC

[incubator-datasketches-cpp] 01/03: Bump version number in setup.py

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 ebea7dcfc95598785ad62fa00090b335f92404e8
Author: Jon Malkin <jm...@users.noreply.github.com>
AuthorDate: Fri Aug 14 16:28:24 2020 -0700

    Bump version number in setup.py
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 8fcc6e9..8c849e8 100644
--- a/setup.py
+++ b/setup.py
@@ -84,7 +84,7 @@ class CMakeBuild(build_ext):
 setup(
     name='datasketches',
     #use_scm_version=True,
-    version='2.0.0-incubating-SNAPSHOT',
+    version='2.1.0-incubating-SNAPSHOT',
     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