diff --git a/src/meshcore_hub/_version.py b/src/meshcore_hub/_version.py new file mode 100644 index 0000000..e54df23 --- /dev/null +++ b/src/meshcore_hub/_version.py @@ -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__"]