Skip to content

Commit

Permalink
Version 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Aug 10, 2018
1 parent 40050c8 commit 9f6274c
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.8.8",
version="0.8.9",
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.8.8.zip",
download_url="https://github.com/firecat53/urlscan/archive/0.8.9.zip",
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['assets/*']},
Expand Down

0 comments on commit 9f6274c

Please sign in to comment.