From d50306c0a67ecaff4fc8b755cf3bd51cca4f17e3 Mon Sep 17 00:00:00 2001 From: "dac-bot[bot]" Date: Tue, 19 Nov 2024 19:53:40 +0000 Subject: [PATCH] Bump version to 0.54.1 --- VERSION | 2 +- panther_analysis_tool/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 524456c7..1942d77d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.54.0 +0.54.1 diff --git a/panther_analysis_tool/constants.py b/panther_analysis_tool/constants.py index 1520bf60..3b3d627d 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.54.0" +VERSION_STRING: Final = "0.54.1" CONFIG_FILE = ".panther_settings.yml" DATA_MODEL_LOCATION = "./data_models"