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():