forkd 0.3.2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: forkd
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: Open-source fork-on-write microVM sandbox primitive (E2B-compatible surface)
5
5
  Author-email: Deeplethe <info@deeplethe.com>
6
6
  License: Apache-2.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.2"
17
+ __version__ = "0.3.4"
18
18
  __all__ = ["Sandbox", "CommandResult", "Controller", "ControllerError"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: forkd
3
- Version: 0.3.2
3
+ Version: 0.3.4
4
4
  Summary: Open-source fork-on-write microVM sandbox primitive (E2B-compatible surface)
5
5
  Author-email: Deeplethe <info@deeplethe.com>
6
6
  License: Apache-2.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "forkd"
7
- version = "0.3.2"
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