Files
crawl4ai/crawl4ai/__version__.py
UncleCode 0c8bb742b7 Release v0.7.0-r1: The Adaptive Intelligence Update
- Bump version to 0.7.0
- Add release notes and demo files
- Update README with v0.7.0 features
- Update Docker configurations for v0.7.0-r1
- Move v0.7.0 demo files to releases_review
- Fix BM25 scoring bug in URLSeeder

Major features:
- Adaptive Crawling with pattern learning
- Virtual Scroll support for infinite pages
- Link Preview with 3-layer scoring
- Async URL Seeder for massive discovery
- Performance optimizations
2025-07-12 18:51:13 +08:00

9 lines
195 B
Python

# crawl4ai/__version__.py
# This is the version that will be used for stable releases
__version__ = "0.7.0"
# For nightly builds, this gets set during build process
__nightly_version__ = None