From 4c0edd32730540029652cc7d0af04ce48fea67ba Mon Sep 17 00:00:00 2001 From: Jon Malkin Date: Fri, 14 Aug 2020 16:35:03 -0700 Subject: [PATCH] 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 8c849e8b..eea879be 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def build_extension(self, 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',