Skip to content

Commit

Permalink
Bump version number to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jul 25, 2013
1 parent ab08420 commit 9c93b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

setup(
name='Werkzeug',
version='0.9.3-dev',
version='0.9.3',
url='http://werkzeug.pocoo.org/',
license='BSD',
author='Armin Ronacher',
Expand Down
2 changes: 1 addition & 1 deletion werkzeug/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from werkzeug._compat import iteritems

# the version. Usually set automatically by a script.
__version__ = '0.9.3-dev'
__version__ = '0.9.3'


# This import magic raises concerns quite often which is why the implementation
Expand Down

0 comments on commit 9c93b11

Please sign in to comment.