From 6494275c8c7b984d6920146bc19cf96bcd668e8c Mon Sep 17 00:00:00 2001 From: Bruno Rocha Date: Sat, 16 Nov 2013 22:01:49 -0200 Subject: [PATCH] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e74bc16..30ad00c 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup setup( name='Flask-Security', - version='1.6.10 + version='1.6.10', url='https://github.com/mattupstate/flask-security', license='MIT', author='Matt Wright',