From 275a5aa45bbb0cdbe33bb926e3810f9717e75d01 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 7 Jan 2022 20:49:20 +0100 Subject: [PATCH] Bump patch number --- 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 ee3da9e..017ac5a 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.7.3", + version="0.7.4", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",