Update __init__.py

This commit is contained in:
Nicolas 2025-04-17 11:14:09 -07:00
parent f844b329f1
commit 5aa9469081

View File

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