From f40d8c92f3e4edb96fcc90ac22cc79d7ebec9e03 Mon Sep 17 00:00:00 2001 From: Gus Fraser Date: Sun, 3 Aug 2025 16:17:02 +0100 Subject: [PATCH] bump to 0.1.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd991cc..6b56825 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "replicantx" -version = "0.1.7" +version = "0.1.8" description = "End-to-end testing harness for AI agents via web service API" readme = "README.md" requires-python = ">=3.11"