From d3afa10e7c56ad8590302b9328441f3fb85dbdf9 Mon Sep 17 00:00:00 2001 From: Johannes Gehrs Date: Fri, 30 Aug 2013 17:47:48 +0200 Subject: [PATCH] increases version to 0.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba0ee9a..fc46d92 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup setup( name='WTForms-ParsleyJS', - version='0.1.1', + version='0.1.2', url='https://github.com/johannes-gehrs/wtforms-parsleyjs', license='MIT', author='Johannes Gehrs',