Skip to content

Commit db5d755

Browse files
author
semantic-release
committed
chore: release 1.12.2
1 parent 171ce3f commit db5d755

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openadapt_flow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""openadapt-flow: record once, compile, replay deterministically, heal on drift."""
22

3-
__version__ = "1.12.1"
3+
__version__ = "1.12.2"
44

55
from openadapt_flow.ir import ( # noqa: F401
66
ActionKind,

pyproject.toml

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

55
[project]
66
name = "openadapt-flow"
7-
version = "1.12.1"
7+
version = "1.12.2"
88
description = "Compile demonstrated GUI workflows into deterministic local replay with governed repair and refusal"
99
readme = "README.md"
1010
license = { text = "MIT" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)