summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 22:36:54 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2013-09-03 22:36:54 -0400
commit3d283e3636b695333e63dd371531d3bc54d52adb (patch)
tree1627f4cb5061e28b5a085b02cc8ed4f11ebd9ff6 /setup.py
parent31a06f2bd338e79923ca44055e2e7a82f08859c2 (diff)
downloadpies-3d283e3636b695333e63dd371531d3bc54d52adb.tar.gz
update download link in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e276878..ce0865f 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(name='pies',
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/pies',
- download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-1.0.0.tar.gz?raw=true',
+ download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-1.0.2.tar.gz?raw=true',
license="GNU GPLv2",
install_requires=install_requires,
requires=install_requires,