diff --git a/implementations/python/setup.py b/implementations/python/setup.py index 8967b9d..6bde701 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.7.0-rc1", + version="0.7.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",