From 5beba43fab93fe92d6b68fa9585cc9341c2b9e65 Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Thu, 17 Oct 2019 21:27:18 +0100 Subject: [PATCH] Release 0.6.2a0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c55bef7e..131c5bd1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.md", "r") as fh: long_description = fh.read() -version = "0.6.1a0" +version = "0.6.2a0" setup( name="ward",