Bump version

This commit is contained in:
Fierelier 2021-03-20 17:24:16 +01:00
parent ebb20248cb
commit 110a1939a7
1 changed files with 1 additions and 1 deletions

View File

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