From 5669f2aff181e9a5394e6935d69bec345bf8dded Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 17 Aug 2021 14:25:50 -0400 Subject: [PATCH] Bump preserves 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 d8b4fe2..8967b9d 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.6.0", + version="0.7.0-rc1", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="Apache Software License",