Update __init__.py

This commit is contained in:
Nicolas 2024-12-19 16:10:42 -03:00
parent 4fddc86e66
commit 525a71d789

View File

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