Bump version

This commit is contained in:
Fierelier 2021-03-25 20:46:01 +01:00
parent c0e330d50d
commit 14c33d6ec8
1 changed files with 1 additions and 1 deletions

View File

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