forkd 0.3.3__tar.gz → 0.3.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {forkd-0.3.3 → forkd-0.3.4}/PKG-INFO +1 -1
- {forkd-0.3.3 → forkd-0.3.4}/forkd/__init__.py +1 -1
- {forkd-0.3.3 → forkd-0.3.4}/forkd.egg-info/PKG-INFO +1 -1
- {forkd-0.3.3 → forkd-0.3.4}/pyproject.toml +1 -1
- {forkd-0.3.3 → forkd-0.3.4}/README.md +0 -0
- {forkd-0.3.3 → forkd-0.3.4}/forkd/controller.py +0 -0
- {forkd-0.3.3 → forkd-0.3.4}/forkd/sandbox.py +0 -0
- {forkd-0.3.3 → forkd-0.3.4}/forkd.egg-info/SOURCES.txt +0 -0
- {forkd-0.3.3 → forkd-0.3.4}/forkd.egg-info/dependency_links.txt +0 -0
- {forkd-0.3.3 → forkd-0.3.4}/forkd.egg-info/top_level.txt +0 -0
- {forkd-0.3.3 → forkd-0.3.4}/setup.cfg +0 -0
|
@@ -14,5 +14,5 @@ Most agent runtimes use both: ``Controller`` to spawn / branch / kill,
|
|
|
14
14
|
from .controller import Controller, ControllerError
|
|
15
15
|
from .sandbox import CommandResult, Sandbox
|
|
16
16
|
|
|
17
|
-
__version__ = "0.3.
|
|
17
|
+
__version__ = "0.3.4"
|
|
18
18
|
__all__ = ["Sandbox", "CommandResult", "Controller", "ControllerError"]
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "forkd"
|
|
7
|
-
version = "0.3.
|
|
7
|
+
version = "0.3.4"
|
|
8
8
|
description = "Open-source fork-on-write microVM sandbox primitive (E2B-compatible surface)"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{name = "Deeplethe", email = "info@deeplethe.com"}]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|