From 2e9892aa4a3a24191f729cb9ff577acefb4d5757 Mon Sep 17 00:00:00 2001 From: huangruiteng <14976749+huangruiteng@users.noreply.github.com> Date: Thu, 24 Sep 2026 23:14:34 +0800 Subject: [PATCH] release: prepare LoopX 1.2.0 version Signed-off-by: huangruiteng <14976749+huangruiteng@users.noreply.github.com> --- loopx/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/loopx/__init__.py b/loopx/__init__.py index 440ba4d22..038b47d60 100644 --- a/loopx/__init__.py +++ b/loopx/__init__.py @@ -2,4 +2,4 @@ __all__ = ["__version__"] -__version__ = "1.1.0" +__version__ = "1.2.0" diff --git a/pyproject.toml b/pyproject.toml index d9b54dd37..9dc6ba586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "loopx" -version = "1.1.0" +version = "1.2.0" description = "A lightweight Loop Engineering control plane for long-running agent goals." readme = "README.md" requires-python = ">=3.11"