Bump version

This commit is contained in:
Fierelier 2021-03-20 21:14:22 +01:00
parent 5abb9e13db
commit d98c61a028
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": 6,
"minor": 7,
"patch": 0,
"stage": "dev"
}