diff setup.py @ 46:127843e097b3

add a stub head template for inclusion; not sure if this is the way to go; alternatively, each formatter could contribute to the markup individually
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 27 Oct 2010 09:33:45 -0700
parents 650e1b62a628
children 0cfb84d788d6
line wrap: on
line diff
--- a/setup.py	Wed Sep 08 23:12:57 2010 -0700
+++ b/setup.py	Wed Oct 27 09:33:45 2010 -0700
@@ -6,7 +6,7 @@
 except IOError:
     description = ''
 
-version = '0.7.1'
+version = '0.7.2'
 
 setup(name='decoupage',
       version=version,