diff --git a/src/common/consts.py b/src/common/consts.py index 89587435..8b955da7 100644 --- a/src/common/consts.py +++ b/src/common/consts.py @@ -11,7 +11,7 @@ """ # Version info -VERSION = (1, 0, 0) +VERSION = (1, 0, 1) # Sub versions VERSION_MAJOR = VERSION[0]