This commit is contained in:
Nicolas 2025-01-18 17:37:11 -03:00
parent b030a1c5da
commit 5d62e8264b
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.14.1",
"version": "1.15.0",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

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

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
dynamic = ["version"]
name = "firecrawl-py"
name = "firecrawl"
description = "Python SDK for Firecrawl API"
readme = {file="README.md", content-type = "text/markdown"}
requires-python = ">=3.8"

View File

@ -17,7 +17,7 @@ def get_version():
setup(
name="firecrawl-py",
name="firecrawl",
version=get_version(),
url="https://github.com/mendableai/firecrawl",
author="Mendable.ai",