Bump version for django to 1.3

This commit is contained in:
Mark Gius
2011-05-26 13:43:07 -07:00
parent 1bd02e3a62
commit fce24e7c4a
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ def read(fname):
setup(
name = "django-openstack",
version = "0.2",
version = "0.3",
url = 'https://launchpad.net/django-openstack/',
license = 'Apache 2.0',
description = "A Django interface for OpenStack.",