mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +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:
parent
12254540c7
commit
5f2b40d4c9
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue