Consolidate version number in one place

This commit is contained in:
Matt Wright
2012-03-27 18:49:01 -04:00
parent 5697f7c953
commit 744ded7f1b
3 changed files with 7 additions and 3 deletions
+2 -1
View File
@@ -12,11 +12,12 @@ Links
<https://github.com/mattupstate/flask-security/raw/develop#egg=Flask-Security-dev>`_
"""
from flask_security import __version__
from setuptools import setup
setup(
name='Flask-Security',
version='1.2.1-dev',
version=__version__,
url='https://github.com/mattupstate/flask-security',
license='MIT',
author='Matthew Wright',