From 2a42778b6548e4522db1c9c5d5d3bf2f541a383a Mon Sep 17 00:00:00 2001 From: Johannes Gehrs Date: Mon, 1 Jul 2013 23:58:48 +0200 Subject: [PATCH] improves pypi description --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7765519..a5482fe 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,4 @@ """ -# WTForms-ParsleyJS - This is a small library which you can hook into your WTForms form classes in order to enable client side validation. @@ -21,7 +19,7 @@ from setuptools import setup setup( name='WTForms-ParsleyJS', - version='0.1', + version='0.1.1', url='https://github.com/johannes-gehrs/wtforms-parsleyjs', license='MIT', author='Johannes Gehrs',