Skip to content

Commit

Permalink
version bump (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
grantjoy committed Oct 17, 2023
1 parent 9dd9c8a commit 0b9887a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.29.0
0.30.0
2 changes: 1 addition & 1 deletion panther_analysis_tool/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

PACKAGE_NAME: Final = "panther_analysis_tool"

VERSION_STRING: Final = "0.29.0"
VERSION_STRING: Final = "0.30.0"

CONFIG_FILE = ".panther_settings.yml"
DATA_MODEL_LOCATION = "./data_models"
Expand Down

0 comments on commit 0b9887a

Please sign in to comment.