Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/device-connect-agent-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "device-connect-agent-tools"
version = "0.2.4"
version = "0.2.5"
description = "Framework-agnostic tools for Device Connect — discover and invoke IoT devices over NATS/Zenoh"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/device-connect-edge/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "device-connect-edge"
version = "0.2.4"
version = "0.2.5"
description = "Device Connect Edge — lightweight edge device runtime with Zenoh/NATS messaging and D2D communication"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/device-connect-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "device-connect-server"
version = "0.2.4"
version = "0.2.5"
description = "Device Connect — edge device runtime with Zenoh/NATS messaging, D2D communication, and IoT orchestration"
readme = "README.md"
requires-python = ">=3.11"
Expand Down
Loading