From cc2fb087612e32caf021eb5bc09b5e146eff19f7 Mon Sep 17 00:00:00 2001 From: yusufak-panther <87032601+yusufak-panther@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:29:29 -0600 Subject: [PATCH] Revert "Bump version to 0.41.0 (#457)" This reverts commit 18d9e2a04f0f3e3419aab244c7da32b350255ebc. --- VERSION | 2 +- panther_analysis_tool/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 72a8a631..9b0025a7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.41.0 +0.40.0 diff --git a/panther_analysis_tool/constants.py b/panther_analysis_tool/constants.py index 1f6417cf..3b795f0e 100644 --- a/panther_analysis_tool/constants.py +++ b/panther_analysis_tool/constants.py @@ -19,7 +19,7 @@ PACKAGE_NAME: Final = "panther_analysis_tool" -VERSION_STRING: Final = "0.41.0" +VERSION_STRING: Final = "0.40.0" CONFIG_FILE = ".panther_settings.yml" DATA_MODEL_LOCATION = "./data_models"