Skip to content

Commit 19f77f0

Browse files
committed
Bump version to 0.2.0
Signed-off-by: Cong Wang <cwang@multikernel.io>
1 parent ba3182e commit 19f77f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "BranchContext"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "Unified branching for speculative execution: filesystem, process, and memory"
99
requires-python = ">=3.10"
1010
license = "Apache-2.0"

src/branching/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"MemoryBranchError",
7373
]
7474

75-
__version__ = "0.1.0"
75+
__version__ = "0.2.0"
7676

7777
# Lazy imports — each layer loads only when first accessed.
7878
_LAZY_IMPORTS = {

0 commit comments

Comments
 (0)