diff setup.py @ 2:b8e5471794b2

move to a dispatcher architecture
author k0s <k0scist@gmail.com>
date Thu, 05 Nov 2009 23:15:37 -0500
parents b65da5423cc9
children 198d1cb34c14
line wrap: on
line diff
--- a/setup.py	Thu Nov 05 23:11:45 2009 -0500
+++ b/setup.py	Thu Nov 05 23:15:37 2009 -0500
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-version = '0.1.1'
+version = '0.2'
 
 setup(name='genshi_view',
       version=version,