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 4c18b10..6a83794 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.4.0" +version = "0.5.0" description = "MeshBay Hub — identity authority and group registry server" requires-python = ">=3.12" dependencies = [ - "meshbay-common>=0.4.0", + "meshbay-common>=0.5.0", "fastapi>=0.115", "uvicorn[standard]>=0.30", "sqlalchemy>=2.0", |