From a17c9bb0594690e8dc809ea78ee6f7b33e360174 Mon Sep 17 00:00:00 2001 From: Bertrand Marron Date: Mon, 3 Aug 2015 14:53:53 +0200 Subject: [PATCH] Update version and description --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1d65437..54ac949 100644 --- a/setup.py +++ b/setup.py @@ -22,8 +22,8 @@ def package_data(pkg, roots): setup( name='personalitytest-xblock', - version='0.1', - description='personalitytest XBlock', # TODO: write a better description. + version='1.0.0', + description='Course component (Open edX XBlock) that provides a Personality Test', packages=[ 'personalitytest', ],