This is mostly to bring the `type` field of __version__ into agreement
with Python's alpha/beta/candidate/final. The bump to major version 1
is intended to reflect the major recoding of the Hooke internals that
I've been carrying out.
The name change (Kenzo -> Ninken) follows the list of Japanese
emperors
http://en.wikipedia.org/wiki/List_of_Emperors_of_Japan
This matches Seinei -> Kenzo progression, so I'm pretty sure this is
where the current naming scheme comes from.
__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)