diff setup.py @ 561:9afaa1969d6f

Level format 2 support * * * Allow for blank author * * * Fix thinko in write code
author Neil Muller <drnlmuller@gmail.com>
date Tue, 18 Oct 2011 11:41:28 +0200
parents 5da148acb36a
children 8526ede09363
line wrap: on
line diff
--- a/setup.py	Mon Oct 17 18:02:49 2011 +0200
+++ b/setup.py	Tue Oct 18 11:41:28 2011 +0200
@@ -11,7 +11,8 @@
 except ImportError:
     pass
 
-VERSION_STR = "0.1"
+# This should probably be pulled from constants.py
+VERSION_STR = "0.2"
 
 setup(   # Metadata
             name="mutable-mamba",