From c3af4656c194cebbb6bbd278ea48d09a27aeccb8 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 12 Jan 2022 14:07:51 +0100 Subject: [PATCH] Version 0.10.2 --- 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 c09f390..33aa302 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.10.1", + version="0.10.2", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",