chore(version): bump version to 0.5.0.post8 and update post-installation setup

This commit is contained in:
UncleCode
2025-03-25 21:56:49 +08:00
parent d8f38f2298
commit 40d4dd36c9
2 changed files with 3 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
# crawl4ai/_version.py
__version__ = "0.5.0.post7"
__version__ = "0.5.0.post8"

View File

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