Skip to content

Commit

Permalink
Version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jan 29, 2022
1 parent d17c875 commit 39dd049
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 @@ -11,14 +11,14 @@ def long_description():


setup(name="urlscan",
version="0.9.8",
version="0.9.9",
description="View/select the URLs in an email message or file",
long_description=long_description(),
long_description_content_type="text/markdown",
author="Scott Hansen",
author_email="[email protected]",
url="https://github.com/firecat53/urlscan",
download_url="https://github.com/firecat53/urlscan/archive/0.9.8.zip",
download_url="https://github.com/firecat53/urlscan/archive/0.9.9.zip",
packages=['urlscan'],
entry_points={
'console_scripts': ['urlscan=urlscan.__main__:main']
Expand Down

0 comments on commit 39dd049

Please sign in to comment.