diff setup.py @ 168:54f42aa651bc

fix single module interpolation
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 31 Oct 2013 17:38:39 -0700
parents cfd4f1e91090
children 99719e6f7c47
line wrap: on
line diff
--- a/setup.py	Sun Oct 20 03:54:54 2013 -0700
+++ b/setup.py	Thu Oct 31 17:38:39 2013 -0700
@@ -7,7 +7,7 @@
 except IOError:
     description = ''
 
-version = '0.2.6'
+version = '0.2.7'
 
 setup(name='MakeItSo',
       version=version,