diff --git a/setup.py b/setup.py index c3ec1a6e..dfc0fa17 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def build_extension(self, ext): setup( name='datasketches', - version='3.2.0.dev0', + version='3.2.0', author='Apache DataSketches Developers', author_email='dev@datasketches.apache.org', description='A wrapper for the C++ Apache DataSketches library',