Version bump

This commit is contained in:
Fierelier 2021-03-18 19:21:51 +01:00
parent c8dd22817a
commit 2f70732163
1 changed files with 1 additions and 1 deletions

View File

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