Skip to content

Commit

Permalink
Bump up version number on trunk.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.edgewall.org/repos/genshi/trunk@1125 de761a21-4c15-0410-92fa-db90950b6ec0
  • Loading branch information
cmlenz committed Apr 22, 2010
1 parent 4396430 commit 4d93787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genshi/__init__.py
Expand Up @@ -20,7 +20,7 @@
"""

__docformat__ = 'restructuredtext en'
__version__ = '0.6'
__version__ = '0.7'

from genshi.core import *
from genshi.input import ParseError, XML, HTML
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -88,7 +88,7 @@ def zip_safe(self):

setup(
name = 'Genshi',
version = '0.6',
version = '0.7',
description = 'A toolkit for generation of output for the web',
long_description = \
"""Genshi is a Python library that provides an integrated set of
Expand Down

0 comments on commit 4d93787

Please sign in to comment.