Bump version to 0.1.1 🚀

- 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
This commit is contained in:
Crawailer Developer 2025-09-18 17:28:35 -06:00
parent cffd04e4ca
commit f4088bf607

View File

@ -5,7 +5,7 @@ A delightful library for web automation and content extraction,
designed for AI agents, MCP servers, and automation scripts. designed for AI agents, MCP servers, and automation scripts.
""" """
__version__ = "0.1.0" __version__ = "0.1.1"
# Core browser control # Core browser control
from .browser import Browser from .browser import Browser