Skip to content

Commit

Permalink
bump version to 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed Oct 24, 2009
1 parent 3910dda commit f0d08b7
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 @@ -5,7 +5,7 @@
from distutils.core import setup

setup(name='web.py',
version='0.32',
version='0.33',
description='web.py: makes web apps',
author='Aaron Swartz',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion web/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from __future__ import generators

__version__ = "0.32"
__version__ = "0.33"
__author__ = [
"Aaron Swartz <[email protected]>",
"Anand Chitipothu <[email protected]>"
Expand Down

0 comments on commit f0d08b7

Please sign in to comment.