Skip to content

Commit

Permalink
Incremented the version to 0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
anandology committed May 3, 2011
1 parent a82374e commit 1a24a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -3,9 +3,10 @@
# ...

from distutils.core import setup
from web import __version__

setup(name='web.py',
version='0.34',
version=__version__,
description='web.py: makes web apps',
author='Aaron Swartz',
author_email='me@aaronsw.com',
Expand Down
2 changes: 1 addition & 1 deletion web/__init__.py
Expand Up @@ -3,7 +3,7 @@

from __future__ import generators

__version__ = "0.34"
__version__ = "0.35"
__author__ = [
"Aaron Swartz <me@aaronsw.com>",
"Anand Chitipothu <anandology@gmail.com>"
Expand Down

0 comments on commit 1a24a97

Please sign in to comment.