Bump version

This commit is contained in:
Fierelier 2021-03-25 20:39:54 +01:00
parent 3f0b844aa9
commit 8790f85835
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ os.chdir(sp)
distro = os.path.splitext(s.rsplit(os.path.sep)[-1])[0]
version = {
"major": 0,
"minor": 7,
"minor": 8,
"patch": 0,
"stage": "dev"
}