From 2e505919465a3a55092d515df5c33eda7aae9f59 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 3 Jun 2022 21:14:24 +0200 Subject: [PATCH] python: Bump version --- 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 ab67770..7405409 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.13.0", + version="0.14.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",