There was an error while loading. Please reload this page.
1 parent 3910dda commit f0d08b7Copy full SHA for f0d08b7
setup.py
@@ -5,7 +5,7 @@
5
from distutils.core import setup
6
7
setup(name='web.py',
8
- version='0.32',
+ version='0.33',
9
description='web.py: makes web apps',
10
author='Aaron Swartz',
11
author_email='me@aaronsw.com',
web/__init__.py
@@ -3,7 +3,7 @@
3
4
from __future__ import generators
-__version__ = "0.32"
+__version__ = "0.33"
__author__ = [
"Aaron Swartz <me@aaronsw.com>",
"Anand Chitipothu <anandology@gmail.com>"
0 commit comments