From 7ebe538c42c3896e8cd74ef2bd1848cd5d7e0a27 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 7 Jun 2022 21:47:23 +0200 Subject: [PATCH] python: bump version to 0.15.0 --- 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 5fb4848..05c182b 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="preserves", - version="0.14.0", + version="0.15.0", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",