summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/pyproject.toml
diff options
context:
space:
mode:
authorChristophe Besson <cbesson@gmail.com>2026-08-23 15:15:47 +0200
committerChristophe Besson <cbesson@gmail.com>2026-08-23 15:15:47 +0200
commit012ba5b0cb8c556ce773423ca38d5184b74659ac (patch)
treecdf8fd355f6956912bb131e69f30ab263581fae4 /packages/meshbay-node/pyproject.toml
parent9f02ee2c09652abf1308bdfa4a3eec4e9ca9ac83 (diff)
downloadmeshbay-0.6.tar.gz
chore: release 0.6.00.6
The group UI's applications split, and the two missing-import bugs it surfaced and fixed along the way. MNP goes to 0.4: apps_enabled/apps_enabled_ack, and enabled_apps on the handshake ack, for the group-applications registry. Additive — a node that predates it is never sent the op, and a client that predates it never looks for the field. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016SF6RKNBKg9qejmoMJ9ybA
Diffstat (limited to 'packages/meshbay-node/pyproject.toml')
-rw-r--r--packages/meshbay-node/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/meshbay-node/pyproject.toml b/packages/meshbay-node/pyproject.toml
index f81a740..4999e3d 100644
--- a/packages/meshbay-node/pyproject.toml
+++ b/packages/meshbay-node/pyproject.toml
@@ -4,11 +4,11 @@ build-backend = "hatchling.build"
[project]
name = "meshbay-node"
-version = "0.5.0"
+version = "0.6.0"
description = "MeshBay Node — local file host, streaming server, and group daemon"
requires-python = ">=3.12"
dependencies = [
- "meshbay-common>=0.5.0",
+ "meshbay-common>=0.6.0",
"fastapi>=0.115", # local web UI on localhost:18000
"uvicorn[standard]>=0.30",
"httpx>=0.28", # hub client