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 sdk/python/forkd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .controller import BranchMode, Controller, ControllerError
from .sandbox import CommandResult, Sandbox

__version__ = "0.3.4"
__version__ = "0.5.1"
__all__ = [
"Sandbox",
"CommandResult",
Expand Down
2 changes: 1 addition & 1 deletion sdk/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "forkd"
version = "0.3.4"
version = "0.5.1"
description = "Open-source fork-on-write microVM sandbox primitive (E2B-compatible surface)"
readme = "README.md"
authors = [{name = "Deeplethe", email = "info@deeplethe.com"}]
Expand Down
2 changes: 1 addition & 1 deletion sdk/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deeplethe/forkd",
"version": "0.3.4",
"version": "0.5.1",
"description": "TypeScript client for forkd — open-source fork-on-write microVM primitive for AI agents",
"license": "Apache-2.0",
"author": "Deeplethe <info@deeplethe.com>",
Expand Down
Loading