Files
crawl4ai/crawl4ai/__version__.py
ntohidi ca100c6518 Release v0.7.6: The 0.7.6 Update
- Updated version to 0.7.6
- Added comprehensive demo and release notes
- Updated all documentation
- Update the veriosn in Dockerfile to 0.7.6
2025-10-22 13:46:54 +02:00

9 lines
195 B
Python

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