From 91a1885f682e599129044389649247e844ae19a2 Mon Sep 17 00:00:00 2001 From: ots22 Date: Tue, 15 Aug 2023 15:27:00 +0100 Subject: [PATCH] Update setup.py for release 0.6 (#606) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d39c90a1..aee2e123 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="scivision", - version="0.5.0", + version="0.6.0", description="scivision", author="The Alan Turing Institute", author_email="scivision@turing.ac.uk",