Patch GUI to handle 'new playlist' and 'glob curves to playlist'
[hooke.git] / hooke / __init__.py
index 17c38ce8ca0c457e48d1b2a45ed0c8bb1dac6a25..30abbd1d30e38f4051a3682909af06617e9d67bd 100644 (file)
@@ -30,11 +30,11 @@ try:
     from .license import LICENSE as __license__
 except ImportError, e:
     import logging
-    logging.warn('Could not load LICENSE from hooke.license')
+    logging.warn('could not load LICENSE from hooke.license')
     __license__ = 'All rights reserved.' 
 
 
-__version__ = (0, 9, 0, 'devel', None, 'Kenzo')
+__version__ = (1, 0, 0, 'alpha', None, 'Ninken')
 """Version tuple::
 
     (major, minor, release, type, patch, name)