X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=hooke%2F__init__.py;h=30abbd1d30e38f4051a3682909af06617e9d67bd;hb=bd0bf27039dabe308cc4985c9835881c476c5838;hp=17c38ce8ca0c457e48d1b2a45ed0c8bb1dac6a25;hpb=565f9d7b69d2e4a9ea447d7a50f8f835c3e08642;p=hooke.git diff --git a/hooke/__init__.py b/hooke/__init__.py index 17c38ce..30abbd1 100644 --- a/hooke/__init__.py +++ b/hooke/__init__.py @@ -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)