From 5d5b7b50574c58517614170732e2944f1ca79f79 Mon Sep 17 00:00:00 2001 From: Is Isilon Date: Thu, 7 Jan 2016 08:49:14 +0800 Subject: [PATCH] Bumped to version 2.0.1 to match readme title --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 20b9319..a4172be 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup setup( name='WTForms-ParsleyJS', - version='0.1.5', + version='2.0.1', url='https://github.com/johannes-gehrs/wtforms-parsleyjs', license='MIT', author='Johannes Gehrs',