Skip to content

Commit

Permalink
Version Bump (#7)
Browse files Browse the repository at this point in the history
* updated the installation instructions

* tweaked wording

* support the reports field

* moved from list to dict

* ran formatting

* updated version
  • Loading branch information
nhakmiller authored Mar 21, 2020
1 parent 19bce02 commit f0db84e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
setup(
name='panther_analysis_tool',
packages=['panther_analysis_tool'],
version='0.1.5',
version='0.1.6',
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.1.5.tar.gz',
download_url = 'https://github.com/panther-labs/panther_analysis_tool/archive/v0.1.6.tar.gz',
keywords=['Security', 'CLI'],
scripts=['bin/panther_analysis_tool'],
install_requires=[
Expand Down

0 comments on commit f0db84e

Please sign in to comment.