From b58579548c1a50157ca39e85e15ab8994d27c4a9 Mon Sep 17 00:00:00 2001 From: ntohidi Date: Thu, 13 Nov 2025 09:52:18 +0100 Subject: [PATCH] Bump version to 0.7.7 for stable release --- crawl4ai/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl4ai/__version__.py b/crawl4ai/__version__.py index 36be3827..e70e91c0 100644 --- a/crawl4ai/__version__.py +++ b/crawl4ai/__version__.py @@ -1,7 +1,7 @@ # crawl4ai/__version__.py # 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 __nightly_version__ = None