From b2a9b53b6c9cefa8580d23072abc45aa21385204 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 26 Nov 2018 13:25:47 +0000 Subject: [PATCH] Bump python 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 2ebadce..5279f1c 100644 --- a/implementations/python/setup.py +++ b/implementations/python/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name="preserves", - version="0.0.3", + version="0.0.4", author="Tony Garnock-Jones", author_email="tonyg@leastfixedpoint.com", license="GNU General Public License v3 or later (GPLv3+)",