From 0e71dcab3dc7d85446e085a354373db7b272a13d Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 8 Dec 2025 21:53:29 +0100 Subject: [PATCH] chore: bump version to trigger CI build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index e25c55d..8e665e0 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -4,4 +4,4 @@ A Playwright browser automation service that provides HTTP API for LLM-driven exploratory browser control with domain allowlisting. """ -__version__ = "0.1.0" +__version__ = "0.1.1"