Bump version

This commit is contained in:
Fierelier 2021-03-25 20:58:33 +01:00
parent c4d2463372
commit 7730d2af3e
1 changed files with 2 additions and 2 deletions

View File

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