Skip to content

Commit

Permalink
Release 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
firecat53 committed Mar 5, 2017
1 parent 263787e commit 1c49b08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/urlscan
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# properly. aka "urlview minus teh suck"
#
# Copyright (C) 2006-2007 Daniel Burrows
# Copyright (C) 2016 Scott Hansen
# Copyright (C) 2017 Scott Hansen
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
Expand Down
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.3",
version="0.8.5",
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.3.zip",
download_url="https://github.com/firecat53/urlscan/archive/0.8.5.zip",
packages=['urlscan'],
scripts=['bin/urlscan'],
package_data={'urlscan': ['assets/*']},
Expand Down

0 comments on commit 1c49b08

Please sign in to comment.