Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
C3n7ral051nt4g3ncy authored Aug 3, 2023
1 parent eba45b2 commit d11ab97
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 @@ -8,7 +8,7 @@

setup(
name="masto",
version="2.0.4",
version="2.0.5",
author="OSINT_Tactical (AKA C3n7ral051nt4g3ncy)",
author_email="C3n7ral051nt4g3ncy@tactical-osint-academy.com",
description="Masto OSINT Tool Python package for Mastodon social OSINT investigations.",
Expand All @@ -30,7 +30,7 @@
python_requires='>=3.6',
entry_points={
'console_scripts': [
'masto=Masto.masto:main',
'masto=masto.masto:main',
],
},
)

0 comments on commit d11ab97

Please sign in to comment.