From 17774ec4b40203c0eab1e70b831d7b4c33524bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Mart=C3=ADn?= Date: Wed, 11 Sep 2013 10:52:44 +0200 Subject: [PATCH] Upload the version at the setup file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f374070..cae409e 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*rnames): setup( name="django-multiselectfield", - version="0.0.2", + version="0.0.3", author="Daniel Roseman and Pablo Martin", author_email="goinnn@gmail.com", description="Django multiple select field",