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