From c08fdda80b6d36e0abb80686c9454ec8b62b5be6 Mon Sep 17 00:00:00 2001 From: panther-bot-automation <94577522+panther-bot-automation@users.noreply.github.com> Date: Tue, 4 Feb 2025 07:49:51 -0800 Subject: [PATCH] Version bump to v0.56.0 (#581) Co-authored-by: Ben Airey --- VERSION | 2 +- panther_analysis_tool/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b0b5281b..2f4c74eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.55.1 +0.56.0 diff --git a/panther_analysis_tool/constants.py b/panther_analysis_tool/constants.py index c8ec752b..f3b5c6d5 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.55.1" +VERSION_STRING: Final = "0.56.0" CONFIG_FILE = ".panther_settings.yml" DATA_MODEL_LOCATION = "./data_models"