From 4639ba20b565b2e5ca07c9d62c47a065971d8aca Mon Sep 17 00:00:00 2001 From: Nick <49166439+nhakmiller@users.noreply.github.com> Date: Tue, 1 Dec 2020 10:47:13 -0800 Subject: [PATCH] 0.4.0 release (#57) --- 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 e63ac74c..69df033b 100644 --- a/panther_analysis_tool/main.py +++ b/panther_analysis_tool/main.py @@ -589,7 +589,7 @@ def setup_parser() -> argparse.ArgumentParser: prog='panther_analysis_tool') parser.add_argument('--version', action='version', - version='panther_analysis_tool 0.3.5') + version='panther_analysis_tool 0.4.0') subparsers = parser.add_subparsers() test_parser = subparsers.add_parser( diff --git a/setup.py b/setup.py index 3b4b663b..ca933ccd 100644 --- a/setup.py +++ b/setup.py @@ -2,14 +2,14 @@ setup( name='panther_analysis_tool', packages=['panther_analysis_tool'], - version='0.3.5', + version='0.4.0', 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.3.5.tar.gz', + download_url = 'https://github.com/panther-labs/panther_analysis_tool/archive/v0.4.0.tar.gz', keywords=['Security', 'CLI'], scripts=['bin/panther_analysis_tool'], install_requires=[