Files
crawl4ai/crawl4ai/__version__.py
ntohidi 6b0b5301ba Release v0.7.3:
- Updated version to 0.7.3
- Added release notes
- Updated documentation
2025-08-06 17:52:01 +08:00

9 lines
195 B
Python

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