fix: update BASE_VERSION to remove release candidate suffix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# file: config/version.py
|
||||
import os
|
||||
|
||||
BASE_VERSION = "1.0.5RC1" # update manually when releasing features
|
||||
BASE_VERSION = "1.0.5" # update manually when releasing features
|
||||
|
||||
def get_full_version() -> str:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user