From b41adfbc63e4b78917466c96cb2f652711138958 Mon Sep 17 00:00:00 2001 From: Nathan Cahill Date: Tue, 20 Oct 2015 11:51:36 -0600 Subject: [PATCH] version bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index af605c4..2e345a2 100644 --- a/setup.py +++ b/setup.py @@ -11,10 +11,10 @@ setup( name='Flask-Inputs', - version='0.0.2', + version='0.1.0', description='Flask request data validation', long_description=long_description, - url='https://github.com/nathancahill/flask-inputs', + url='http://pythonhosted.org/Flask-Inputs/', author='Nathan Cahill', author_email='nathan@nathancahill.com', license='MIT',