diff --git a/django/__init__.py b/django/__init__.py index 593e2f46e4..a6fe2d9630 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (0, 9, 1, 'SVN') +VERSION = (0, 9, 3, 'SVN') diff --git a/setup.py b/setup.py index d76dadcc6e..be0ef946e7 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup, find_packages setup( name = "Django", - version = "0.91.2", + version = "0.91.3", url = 'http://www.djangoproject.com/', author = 'Lawrence Journal-World', author_email = 'holovaty@gmail.com',