summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 768d873386..31b4660674 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
url = 'http://www.djangoproject.com/',
author = 'Django Software Foundation',
author_email = 'foundation@djangoproject.com',
- download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.4.tar.gz',
+ download_url = 'http://media.djangoproject.com/releases/0.96/Django-0.96.5.tar.gz',
description = 'A high-level Python Web framework that encourages rapid development and clean, pragmatic design.',
packages = packages,
data_files = data_files,