python: bump version to 0.15.0

This commit is contained in:
Tony Garnock-Jones 2022-06-07 21:47:23 +02:00
parent 34183a9519
commit 7ebe538c42
1 changed files with 1 additions and 1 deletions

View File

@ -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",