Separate Python and Rust into python/ and rust/ with per-stack Dockerfiles
This commit is contained in:
8
python/app/version.py
Normal file
8
python/app/version.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
APP_VERSION = "0.4.3"
|
||||
|
||||
|
||||
def get_version() -> str:
|
||||
"""Return the current application version."""
|
||||
return APP_VERSION
|
||||
Reference in New Issue
Block a user