diff --git a/apps/js-sdk/package.json b/apps/js-sdk/package.json index 1992de80..6b36c834 100644 --- a/apps/js-sdk/package.json +++ b/apps/js-sdk/package.json @@ -9,7 +9,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "dependencies": { "@mendable/firecrawl-js": "1.7.1", "axios": "^1.6.8", diff --git a/apps/python-sdk/firecrawl/__init__.py b/apps/python-sdk/firecrawl/__init__.py index aa41f962..e11cad89 100644 --- a/apps/python-sdk/firecrawl/__init__.py +++ b/apps/python-sdk/firecrawl/__init__.py @@ -13,7 +13,7 @@ import os from .firecrawl import FirecrawlApp # noqa -__version__ = "1.11.0" +__version__ = "1.11.1" # Define the logger for the Firecrawl project logger: logging.Logger = logging.getLogger("firecrawl") diff --git a/apps/python-sdk/pyproject.toml b/apps/python-sdk/pyproject.toml index 67082d5e..7b17f822 100644 --- a/apps/python-sdk/pyproject.toml +++ b/apps/python-sdk/pyproject.toml @@ -17,13 +17,13 @@ dependencies = [ ] authors = [{name = "Mendable.ai",email = "nick@mendable.ai"}] maintainers = [{name = "Mendable.ai",email = "nick@mendable.ai"}] -license = {text = "GNU Affero General Public License v3 (AGPLv3)"} +license = "MIT" classifiers = [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", + "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python",