diff options
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py new file mode 100644 index 0000000..94b3d27 --- /dev/null +++ b/packages/meshbay-common/src/meshbay_common/__init__.py @@ -0,0 +1,5 @@ +"""MeshBay common — shared crypto primitives and protocol types.""" + +__version__ = "0.1.0" +MNP_VERSION = "0.1" +MHP_VERSION = "0.1" |