From 50de00eac5b8186870813bbd76526716a19b458a Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 11 Jan 2022 06:29:45 +0100 Subject: [PATCH] Version 0.9.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 6ec0445..e9ca5cd 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.8.0", + version="0.9.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",