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