Skip to content

Commit

Permalink
Bump version number to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jun 14, 2013
1 parent e562acf commit 298334f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""

__version__ = '0.11-dev'
__version__ = '0.10.1'

# utilities we import from Werkzeug and Jinja2 that are unused
# in the module but are exported as public interface.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run(self):

setup(
name='Flask',
version='0.11-dev',
version='0.10.1',
url='http://github.com/mitsuhiko/flask/',
license='BSD',
author='Armin Ronacher',
Expand Down

0 comments on commit 298334f

Please sign in to comment.