From 55d44b8aa4221b522f1c28e5303292359b64982e Mon Sep 17 00:00:00 2001
From: James Alexander Clark <james.clark@ligo.org>
Date: Thu, 1 Oct 2020 18:08:33 -0400
Subject: [PATCH] version bump in CMakeLists.txt

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3e5103d7..aaf7c08e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.12.0 FATAL_ERROR)
 project(
     bayeswave
     LANGUAGES C
-    VERSION 1.0.5
+    VERSION 1.0.6
     DESCRIPTION "LIGO/VIRGO burst analysis algorithm"
     HOMEPAGE_URL "https://git.ligo.org/lscsoft/bayeswave"
 )
-- 
GitLab