Update __init__.py

This commit is contained in:
Nicolas 2024-12-27 15:46:00 -03:00
parent cd08be7f37
commit 6851281beb

View File

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