From b0ea21299b3e694a761405a050123661793f677e Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sun, 21 Jan 2007 09:37:40 +0000 Subject: [PATCH] Missed a 0.95 -> 0.95.1 change in there git-svn-id: http://code.djangoproject.com/svn/django/branches/0.95-bugfixes@4386 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 845e5da3b5..f4a20dd057 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name = "Django", - version = "0.95", + version = "0.95.1", url = 'http://www.djangoproject.com/', author = 'Lawrence Journal-World', author_email = 'holovaty@gmail.com',