JOJ3-config-generator/joj3_config_generator/__init__.py
张泊明518370910136 b90cf8c38f
All checks were successful
build / build (push) Successful in 2m14s
chore: add setuptools-scm with version
2025-06-02 20:22:41 -04:00

9 lines
173 B
Python

try:
from ._version import version as __version__
except ImportError:
__version__ = "0.0.0+development-untracked"
def get_version() -> str:
return __version__