From 1f1b3316e8486cf14157033dceae9897573c59e0 Mon Sep 17 00:00:00 2001
From: Gregory Ashton <gregory.ashton@ligo.org>
Date: Mon, 27 Jun 2022 11:59:37 +0100
Subject: [PATCH] Add version file to ommitted files

---
 .coveragerc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.coveragerc b/.coveragerc
index c051155b5..7d64384d9 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -3,3 +3,4 @@ omit =
     test/integration/example_test.py
     test/integration/noise_realisation_test.py
     test/integration/other_test.py
+    bilby/_version.py
-- 
GitLab