Skip to content

Commit d1a70db

Browse files
author
semantic-release
committed
chore: release 1.2.0
1 parent fe606b8 commit d1a70db

2 files changed

Lines changed: 2 additions & 2 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.1.0"
3+
__version__ = "1.2.0"
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.1.0"
7+
version = "1.2.0"
88
description = "Demonstration compiler: record a desktop workflow once, compile it into a deterministic, self-healing, locally-run script."
99
readme = "README.md"
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)