Skip to content

Commit f0d08b7

Browse files
committed
bump version to 0.33
1 parent 3910dda commit f0d08b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from distutils.core import setup
66

77
setup(name='web.py',
8-
version='0.32',
8+
version='0.33',
99
description='web.py: makes web apps',
1010
author='Aaron Swartz',
1111
author_email='me@aaronsw.com',

web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from __future__ import generators
55

6-
__version__ = "0.32"
6+
__version__ = "0.33"
77
__author__ = [
88
"Aaron Swartz <me@aaronsw.com>",
99
"Anand Chitipothu <anandology@gmail.com>"

0 commit comments

Comments
 (0)