From 36a7c176cb3e442f5543de21f4e176c40c7ad9f2 Mon Sep 17 00:00:00 2001 From: johannes-gehrs Date: Wed, 4 Dec 2013 10:44:57 +0100 Subject: [PATCH] bumps to next version for pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc46d92..d4a115e 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from setuptools import setup setup( name='WTForms-ParsleyJS', - version='0.1.2', + version='0.1.3', url='https://github.com/johannes-gehrs/wtforms-parsleyjs', license='MIT', author='Johannes Gehrs',