diff --git a/src/crawailer/__init__.py b/src/crawailer/__init__.py index 3777179..49fce53 100644 --- a/src/crawailer/__init__.py +++ b/src/crawailer/__init__.py @@ -5,7 +5,7 @@ A delightful library for web automation and content extraction, designed for AI agents, MCP servers, and automation scripts. """ -__version__ = "0.1.0" +__version__ = "0.1.1" # Core browser control from .browser import Browser