Files
DocsGPT/application/version.py
2026-04-21 16:16:11 +01:00

11 lines
195 B
Python

"""DocsGPT backend version string."""
from __future__ import annotations
__version__ = "0.17.0"
def get_version() -> str:
"""Return the DocsGPT backend version."""
return __version__