Bump version

This commit is contained in:
Fierelier 2021-03-19 03:37:57 +01:00
parent ee9e498ed2
commit 8b72f60c93
1 changed files with 2 additions and 2 deletions

View File

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