Incremented version number

This commit is contained in:
Eliot Berriot 2018-04-05 16:05:45 +00:00
parent d4686654da
commit 1ca4505e2f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = '0.7'
__version__ = '0.8'
__version_info__ = tuple([int(num) if num.isdigit() else num for num in __version__.replace('-', '.', 1).split('.')])