chore: Bump version to 0.7.2

This commit is contained in:
UncleCode
2025-07-25 17:42:48 +08:00
parent 9f9ea3bb3b
commit 48647300b4

View File

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