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',