@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
__version__ = '0.7'
__version__ = '0.7-dev'
# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.
@ -86,7 +86,7 @@ def run_tests():
setup(
name='Flask',
version='0.7',
version='0.7-dev',
url='http://github.com/mitsuhiko/flask/',
license='BSD',
author='Armin Ronacher',