Update __init__.py

This commit is contained in:
Nicolas 2024-11-11 14:48:11 -05:00 committed by GitHub
parent 27c5a93f4e
commit 9688bad60d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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