From 22c7932ba3351bf4a36c22d3f53ee1e44e2d884d Mon Sep 17 00:00:00 2001 From: UncleCode Date: Sun, 17 Aug 2025 19:22:23 +0800 Subject: [PATCH] chore(version): update version to 0.7.4 --- crawl4ai/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl4ai/__version__.py b/crawl4ai/__version__.py index 16868c72..b73a591d 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.3" +__version__ = "0.7.4" # For nightly builds, this gets set during build process __nightly_version__ = None