Skip to content

Commit

Permalink
Version bump fixing packaging error
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Jul 4, 2015
1 parent f0ae093 commit 4599cc1
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.0",
version="0.8.1",
description="View/select the URLs in an email message or file",
author="Scott Hansen",
author_email="firecat4153@gmail.com",
url="https://github.com/firecat53/urlscan",
download_url="https://github.com/firecat53/urlscan/archive/0.8.0.zip",
download_url="https://github.com/firecat53/urlscan/archive/0.8.1.zip",
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['README.rst']},
Expand Down

0 comments on commit 4599cc1

Please sign in to comment.