Harmless Backport (#2911)

This commit is contained in:
Yuhong Sun
2024-10-24 19:17:11 -07:00
committed by GitHub
parent 863f00f015
commit a931494866

View File

@@ -1,3 +1,3 @@
import os
__version__ = os.environ.get("DANSWER_VERSION", "") or "0.3-dev"
__version__ = os.environ.get("DANSWER_VERSION", "") or "Development"