Release v0.1.0 Beta
This commit is contained in:
9
app/version.py
Normal file
9
app/version.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""Central location for the application version string."""
|
||||
from __future__ import annotations
|
||||
|
||||
APP_VERSION = "0.1.0"
|
||||
|
||||
|
||||
def get_version() -> str:
|
||||
"""Return the current application version."""
|
||||
return APP_VERSION
|
||||
Reference in New Issue
Block a user