From a01e3a27c3da3b6254b2fcb1de23b6b4c24270da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Fri, 4 Apr 2014 09:47:32 +0200 Subject: [PATCH] Ready to new release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 884b3c3..5e3486d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.1.1", + version="0.1.2", author="Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",