From eb394b638b395c0ca2d2adb25cf5a2a3feb598cc Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Mon, 26 Oct 2009 17:50:24 -0400 Subject: [PATCH] bumped version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed58124..c152497 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='django-model-utils', - version='0.3.1', + version='0.3.2dev', description='Django model mixins and utilities', long_description=open('README.txt').read(), author='Carl Meyer',