From 21cfa3a1e630159098a4d46e9dbc7b44720d3aa2 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 17 Dec 2021 23:25:39 +0100 Subject: [PATCH] Bump to 0.7.3 --- 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 26e9db0..ee3da9e 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.7.2", + version="0.7.3", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",