Enhance browser profile handling with better process cleanup and documentation: - Add process cleanup for existing Chromium instances on Windows/Unix - Fix profile creation by passing complete browser config - Add comprehensive documentation for browser and CLI components - Add initial profile creation test - Bump version to 0.6.3 This change improves reliability when managing browser profiles and provides better documentation for developers.
4 lines
46 B
Python
4 lines
46 B
Python
# crawl4ai/_version.py
|
|
__version__ = "0.6.3"
|
|
|