We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3061ab5 commit 3b9574fCopy full SHA for 3b9574f
flask/__init__.py
@@ -10,7 +10,7 @@
10
:license: BSD, see LICENSE for more details.
11
"""
12
13
-__version__ = '0.10-dev'
+__version__ = '0.10'
14
15
# utilities we import from Werkzeug and Jinja2 that are unused
16
# in the module but are exported as public interface.
setup.py
@@ -78,7 +78,7 @@ def run(self):
78
79
setup(
80
name='Flask',
81
- version='0.10-dev',
+ version='0.10',
82
url='http://github.com/mitsuhiko/flask/',
83
license='BSD',
84
author='Armin Ronacher',
0 commit comments