Files
meshcore-hub/src/meshcore_hub/_version.py
Louis King 40dc6647e9 Updates
2025-12-07 22:02:42 +00:00

9 lines
226 B
Python

"""MeshCore Hub version information.
This file contains the version string for the package.
It can be overridden at build time by setting BUILD_VERSION environment variable.
"""
__version__ = "dev"
__all__ = ["__version__"]