Bump version to 0.7.7 for stable release

This commit is contained in:
ntohidi
2025-11-13 09:52:18 +01:00
parent 998c809e08
commit b58579548c

View File

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