REL Bump version to avoid confusing users

This commit is contained in:
Renato Alves
2018-11-21 13:47:53 +01:00
parent 61fd380892
commit b78b4aa9da

View File

@@ -116,7 +116,7 @@ def get_version():
return stdout.decode(USR_ENCODING).strip() return stdout.decode(USR_ENCODING).strip()
__version_info__ = (0, 7, 0) __version_info__ = (0, 8, 0, "+git")
__version__ = get_version() __version__ = get_version()