From e0e0db4247fd06cbfb9468a1110f410735fb872b Mon Sep 17 00:00:00 2001 From: unclecode Date: Sun, 29 Sep 2024 17:07:52 +0800 Subject: [PATCH] Bump version to 0.3.4 --- crawl4ai/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl4ai/__init__.py b/crawl4ai/__init__.py index 26606bc5..dcb55ab9 100644 --- a/crawl4ai/__init__.py +++ b/crawl4ai/__init__.py @@ -3,7 +3,7 @@ from .async_webcrawler import AsyncWebCrawler from .models import CrawlResult -__version__ = "0.3.3" +__version__ = "0.3.4" __all__ = [ "AsyncWebCrawler",