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"