fix default version string

This commit is contained in:
Sebastien Bourdeauducq 2023-04-22 09:36:07 +08:00
parent 3acffe8b9f
commit 55c8ef588c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import os
def get_version():
return os.getenv("VERSIONEER_OVERRIDE", default="7.0.beta")
return os.getenv("VERSIONEER_OVERRIDE", default="7.0")