Skip to content

Commit

Permalink
Update Version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Nov 30, 2018
1 parent 6a5a1a7 commit 113e2c3
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.0",
version="0.9.1",
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.0.zip",
download_url="https://github.com/firecat53/urlscan/archive/0.9.1.zip",
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['assets/*']},
Expand Down

0 comments on commit 113e2c3

Please sign in to comment.