From fe00099a0fbba3b69c9ca38077c8662071781198 Mon Sep 17 00:00:00 2001 From: Colm Talbot <colm.talbot@ligo.org> Date: Tue, 2 Oct 2018 04:54:43 -0500 Subject: [PATCH] Update setup.py to be v 0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9bef5b9d..dc4222a1f 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def get_long_description(): return long_description -version = '0.2.3' +version = '0.3' version_file = write_version_file(version) long_description = get_long_description() -- GitLab