mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-03-28 17:42:56 +01:00
9 lines
226 B
Python
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__"]
|