Skip to content

Commit

Permalink
Version 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Aug 30, 2019
1 parent c5567fe commit 6319a90
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 @@ -3,12 +3,12 @@
from setuptools import setup

setup(name="urlscan",
version="0.9.3",
version="0.9.4",
description="View/select the URLs in an email message or file",
author="Scott Hansen",
author_email="[email protected]",
url="https://github.com/firecat53/urlscan",
download_url="https://github.com/firecat53/urlscan/archive/0.9.3.zip",
download_url="https://github.com/firecat53/urlscan/archive/0.9.4.zip",
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['assets/*']},
Expand Down

0 comments on commit 6319a90

Please sign in to comment.