Bumped version number to 0.8.0

This commit is contained in:
Seth House 2013-04-08 19:36:09 -06:00
parent c6bf1898f1
commit e53dbb216d

View File

@ -1,4 +1,4 @@
__version_info__ = (0, 7, 5)
__version_info__ = (0, 8, 0)
__version__ = '.'.join(map(str, __version_info__))
# If we can get a version from Git use that instead, otherwise carry on