From 7a4d3d5fd2f5a5ac6382c69d2def5a6c3bfff99e Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Tue, 2 Oct 2018 20:07:06 +1000 Subject: [PATCH] make it v0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc4222a1..334c2d5c 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_long_description(): return long_description -version = '0.3' +version = '0.3.0' version_file = write_version_file(version) long_description = get_long_description() -- GitLab