diff options
Diffstat (limited to 'packages/meshbay-hub/pyproject.toml')
| -rw-r--r-- | packages/meshbay-hub/pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meshbay-hub/pyproject.toml b/packages/meshbay-hub/pyproject.toml index 5487a6a..8b0102c 100644 --- a/packages/meshbay-hub/pyproject.toml +++ b/packages/meshbay-hub/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "meshbay-hub" -version = "0.1.0" +version = "0.2.0" description = "MeshBay Hub — identity authority and group registry server" requires-python = ">=3.12" dependencies = [ - "meshbay-common>=0.1.0", + "meshbay-common>=0.2.0", "fastapi>=0.115", "uvicorn[standard]>=0.30", "sqlalchemy>=2.0", |