Fix version.

This commit is contained in:
Hasan Ramezani 2020-11-22 23:52:05 +01:00
parent cbe59ddb7b
commit 26199aa5f8
No known key found for this signature in database
GPG key ID: 36462AEA74DF3539

View file

@ -1,3 +1,3 @@
VERSION = (0, 7, 0)
VERSION = (0, 8, 0)
__version__ = ".".join((map(str, VERSION)))