bump version to 0.8.0

we had quite some changes in internal api code, so better advertise a new version even if not near release time
This commit is contained in:
Thomas Waldmann 2014-08-30 23:24:57 +02:00
parent d8b1e93730
commit c925c8afd0

View File

@ -62,4 +62,4 @@ class Version(tuple): # pragma: no cover
return version_str return version_str
version = Version(0, 7, 0) version = Version(0, 8, 0)