diff setup.py @ 26:ce7cbf3e08e1 default tip

fix bug with local files, index.html, and manifest order
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 04 Aug 2011 18:43:12 -0700
parents 0ce6b501f62d
children
line wrap: on
line diff
--- a/setup.py	Wed Aug 03 19:59:58 2011 -0700
+++ b/setup.py	Thu Aug 04 18:43:12 2011 -0700
@@ -7,7 +7,7 @@
 except IOError:
     description = None
 
-version = '0.1'
+version = '0.1.1'
 
 deps = ['Markdown']