# HG changeset patch # User cmlenz # Date 1154628574 0 # Node ID fad93ea1e6e90b6582b4250526b1588c49dbc755 # Parent 396e54c94e11bd504aa3364216ba035540bae6e9 Bump up version number on trunk. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from distutils.core import setup setup( - name='Markup', version='0.1', + name='Markup', version='0.2', description='Toolkit for stream-based generation of markup for the web', author='Edgewall Software', author_email='info@edgewall.org', license='BSD', url='http://markup.edgewall.org/',