From 3a20fe83e9501daa4a05dc897343f11b088c3b51 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 18 Dec 2012 13:13:24 +0100 Subject: [PATCH] pump to 1.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 62e16b8e..c9e06c9f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '0.9', + version = '1.0', install_requires = [ 'django>=1.4', 'telemeta', @@ -22,6 +22,7 @@ setup( 'django-notes', 'django-timezones', 'django-tinymce', + 'django-forms-builder', ], platforms=['OS Independent'], license='CeCILL v2', -- 2.39.5