From c9c933f1bd3087cdbbf9d6abfd26b91f4fa8f8cb Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 10 Mar 2014 09:15:53 -0400 Subject: [PATCH] v0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08c918c..2a614a6 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ from setuptools import setup setup( name='dj-database-url', - version='0.2.2', + version='0.3.0', url='https://github.com/kennethreitz/dj-database-url', license='BSD', author='Kenneth Reitz',