1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #1929 -- Updated version in setup.py from 0.91 to 0.95

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-06-02 04:57:44 +00:00
parent 12254540c7
commit 5f2b40d4c9

View File

@ -5,7 +5,7 @@ from setuptools import setup, find_packages
setup(
name = "Django",
version = "0.91",
version = "0.95",
url = 'http://www.djangoproject.com/',
author = 'Lawrence Journal-World',
author_email = 'holovaty@gmail.com',