From 0f49b8b1b441188d7488095091f755c3810c35c9 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Wed, 9 Feb 2022 15:05:55 +0100 Subject: [PATCH] Python release 0.11.0 (canonicalizing binary encoder) --- 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 33aa302..fcd39be 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.10.2", + version="0.11.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",