From 8fab23f0718cef05a32361c0aec1008164d55936 Mon Sep 17 00:00:00 2001 From: panther-bot-automation <94577522+panther-bot-automation@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:21:41 -0700 Subject: [PATCH] Bump version to 0.53.0 (#547) Co-authored-by: dac-bot[bot] --- VERSION | 2 +- panther_analysis_tool/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3f015616..7f422a16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.52.2 +0.53.0 diff --git a/panther_analysis_tool/constants.py b/panther_analysis_tool/constants.py index a16c539c..5fff990b 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.52.2" +VERSION_STRING: Final = "0.53.0" CONFIG_FILE = ".panther_settings.yml" DATA_MODEL_LOCATION = "./data_models"