bump version

This commit is contained in:
rafaelmmiller 2024-12-09 14:35:22 -03:00
parent d8847bb4ce
commit ff878bc6f5

View File

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