diff --git a/implementations/python/setup.py b/implementations/python/setup.py index a0b14b5..0178d7b 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="preserves", - version="0.16.0", + version="0.16.1", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",