diff --git a/setup.py b/setup.py index 9b8f571b..c17f03e5 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def build_extension(self, ext): setup( name='datasketches', - version='3.5.0.dev0', + version='3.5.0', author='Apache Software Foundation', author_email='dev@datasketches.apache.org', description='The Apache DataSketches Library for Python',