From aee17a51d7d9ac26e2cb77226c0c7e7a82ad147f Mon Sep 17 00:00:00 2001
From: Alexander Pace <alexander.pace@ligo.org>
Date: Wed, 15 Feb 2023 08:11:44 -0600
Subject: [PATCH] bump version number

---
 config/settings/base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/settings/base.py b/config/settings/base.py
index 0beff9c6b..0c81464ed 100644
--- a/config/settings/base.py
+++ b/config/settings/base.py
@@ -33,7 +33,7 @@ INFO_BANNER_MESSAGE = "TEST MESSAGE"
 BETA_REPORTS_LINK = False
 
 # Version ---------------------------------------------------------------------
-PROJECT_VERSION = '2.18.0'
+PROJECT_VERSION = '2.18.1'
 
 # Unauthenticated access ------------------------------------------------------
 # This variable should eventually control whether unauthenticated access is
-- 
GitLab