mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 20:29:01 +08:00
Nick:
This commit is contained in:
parent
b030a1c5da
commit
5d62e8264b
@ -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",
|
||||
|
@ -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")
|
||||
|
@ -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"
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user