Skip to content

Commit

Permalink
Removes unnecessary lines from example workflow in README.md and updates
Browse files Browse the repository at this point in the history
version in setup.py
  • Loading branch information
bin3xish477 committed Aug 7, 2023
1 parent be6984a commit ec934d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -15,7 +15,7 @@
author_email='[email protected]',
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',
Expand All @@ -27,4 +27,4 @@
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
],
)
)

0 comments on commit ec934d5

Please sign in to comment.