From ec934d58d18767e9275d2150941cc5ec88d4d2ce Mon Sep 17 00:00:00 2001 From: Alexis Rodriguez Date: Mon, 7 Aug 2023 10:45:52 -0400 Subject: [PATCH] Removes unnecessary lines from example workflow in README.md and updates version in setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3822dae..630e2f0 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ghast-scanner', - version='1.5.7', + version='1.6.7', packages=find_packages(), install_requires=[ 'iniconfig==2.0.0', @@ -15,7 +15,7 @@ author_email='arodriguez99@protonmail.com', description='Analyze the security posture of your GitHub Action', url='https://github.com/bin3xish477/ghast', - classifiers = [ + classifiers=[ 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', @@ -27,4 +27,4 @@ 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ], -) \ No newline at end of file +)