changeset 127:ebd3a65e0d40 stable-0.1.x

Bumped up version number on [milestone:0.1] stable branch.
author cmlenz
date Thu, 03 Aug 2006 17:16:08 +0000
parents 1a55c9d57cc7
children 9d7ca94133be
files setup.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -18,11 +18,11 @@
     from distutils.core import setup
 
 setup(
-    name='Markup', version='0.1',
+    name='Markup', version='0.1.1',
     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/',
-    download_url='http://markup.edgewall.org/wiki/MarkupDownload'
+    download_url='http://markup.edgewall.org/wiki/MarkupDownload',
     classifiers = [
         'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
Copyright (C) 2012-2017 Edgewall Software