From f4088bf60733a82be232a6ba46ed81cf1d2fd58c Mon Sep 17 00:00:00 2001 From: Crawailer Developer Date: Thu, 18 Sep 2025 17:28:35 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version=20to=200.1.1=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Irresistible README improvements with personality and humor - Added asciinema interactive demos - Enhanced Claude Code MCP integration positioning - Self-aware humor about AI-assisted development - More compelling feature descriptions and CTAs - Ready for improved PyPI presentation --- src/crawailer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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