commit | c1a6f8edb49699520f248d3d02019b87429b4241 | [log] [tgz] |
---|---|---|
author | Jon Malkin <jmalkin@users.noreply.github.com> | Fri Aug 14 16:42:19 2020 -0700 |
committer | Jon Malkin <jmalkin@users.noreply.github.com> | Fri Aug 14 16:42:19 2020 -0700 |
tree | dc03c690d3974a5f32b2f6a2174e1e4ccdf4fa2f | |
parent | 4c0edd32730540029652cc7d0af04ce48fea67ba [diff] | |
parent | fa9516767ffece0c8aa3246302135d6614ae2deb [diff] |
Merge branch 'master' of github.com:apache/incubator-datasketches-cpp into 2.1.x-incubating
diff --git a/setup.py b/setup.py index 8fcc6e9..eea879b 100644 --- a/setup.py +++ b/setup.py
@@ -84,7 +84,7 @@ setup( name='datasketches', #use_scm_version=True, - version='2.0.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',