From 3643131badc8021292216af256b0dd09f5af296c Mon Sep 17 00:00:00 2001 From: Nick <49166439+nhakmiller@users.noreply.github.com> Date: Wed, 3 Feb 2021 15:41:41 -0800 Subject: [PATCH] bump versions (#69) --- panther_analysis_tool/main.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/panther_analysis_tool/main.py b/panther_analysis_tool/main.py index ecc80b68..176e87f0 100644 --- a/panther_analysis_tool/main.py +++ b/panther_analysis_tool/main.py @@ -615,7 +615,7 @@ def setup_parser() -> argparse.ArgumentParser: prog='panther_analysis_tool') parser.add_argument('--version', action='version', - version='panther_analysis_tool 0.4.4') + version='panther_analysis_tool 0.4.5') subparsers = parser.add_subparsers() test_parser = subparsers.add_parser( diff --git a/setup.py b/setup.py index fe1408a8..640dac03 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ setup( name='panther_analysis_tool', packages=['panther_analysis_tool'], - version='0.4.4', + version='0.4.5', license='apache-2.0', description= 'Panther command line interface for writing, testing, and packaging policies/rules.', author='Panther Labs Inc', author_email='pypi@runpanther.io', url='https://github.com/panther-labs/panther_analysis_tool', - download_url = 'https://github.com/panther-labs/panther_analysis_tool/archive/v0.4.4.tar.gz', + download_url = 'https://github.com/panther-labs/panther_analysis_tool/archive/v0.4.5.tar.gz', keywords=['Security', 'CLI'], scripts=['bin/panther_analysis_tool'], install_requires=[