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