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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"