Update __init__.py

This commit is contained in:
Nicolas 2024-12-19 16:14:17 -03:00
parent 525a71d789
commit 8063474c85

View File

@ -13,7 +13,7 @@ import os
from .firecrawl import FirecrawlApp # noqa
__version__ = "1.6.7"
__version__ = "1.6.8"
# Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl")