From ed3c3414147cad1f571e11692d19d29580ff61e8 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Thu, 9 May 2019 10:34:42 +1000
Subject: [PATCH] Version 0.5.0 release

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index f1b0dac5a..5dca2b737 100644
--- a/setup.py
+++ b/setup.py
@@ -57,7 +57,7 @@ def readfile(filename):
     return filecontents
 
 
-VERSION = '0.4.5'
+VERSION = '0.5.0'
 version_file = write_version_file(VERSION)
 long_description = get_long_description()
 
-- 
GitLab