From 7fe4030dd5714b103df169831e704da6732d76f6 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 31 Oct 2023 21:28:03 +0100 Subject: [PATCH] Python package version 0.991.0 --- implementations/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations/python/setup.py b/implementations/python/setup.py index 249c5d3..2afb8f3 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="preserves", - version="0.990.1", + version="0.991.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",