This commit is contained in:
Louis King
2025-12-07 22:02:42 +00:00
parent f4e95a254e
commit 40dc6647e9

View File

@@ -0,0 +1,8 @@
"""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__"]