Release v0.7.3:

- Updated version to 0.7.3
- Added release notes
- Updated documentation
This commit is contained in:
ntohidi
2025-08-06 17:52:01 +08:00
parent a5bcac4c9d
commit 6b0b5301ba
6 changed files with 401 additions and 22 deletions

View File

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