From 40d4dd36c9a946826918679589dc35ec713ff9fb Mon Sep 17 00:00:00 2001 From: UncleCode Date: Tue, 25 Mar 2025 21:56:49 +0800 Subject: [PATCH] chore(version): bump version to 0.5.0.post8 and update post-installation setup --- crawl4ai/__version__.py | 2 +- crawl4ai/install.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/crawl4ai/__version__.py b/crawl4ai/__version__.py index 89e922cf..cc2aaa57 100644 --- a/crawl4ai/__version__.py +++ b/crawl4ai/__version__.py @@ -1,2 +1,2 @@ # crawl4ai/_version.py -__version__ = "0.5.0.post7" +__version__ = "0.5.0.post8" diff --git a/crawl4ai/install.py b/crawl4ai/install.py index b114e28a..c0c3ab0d 100644 --- a/crawl4ai/install.py +++ b/crawl4ai/install.py @@ -45,7 +45,8 @@ def post_install(): setup_home_directory() install_playwright() run_migration() - setup_builtin_browser() + # TODO: Will be added in the future + # setup_builtin_browser() logger.success("Post-installation setup completed!", tag="COMPLETE") def setup_builtin_browser():