From d0ce1cd4b7ff2bf0173ca6241c2768b50511ca7d Mon Sep 17 00:00:00 2001 From: James Briggs Date: Wed, 3 Jul 2024 18:46:46 +0800 Subject: [PATCH 1/2] chore: add license to pyproject --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 376cdc1f..7da8d2a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,9 @@ authors = [ readme = "README.md" packages = [{include = "semantic_router"}] +[project] +license = {file = "LICENSE"} + [tool.poetry.dependencies] python = ">=3.9,<3.13" pydantic = "^2.5.3" From 540adbd54e8a6d4d44a6b9102b4fbb052ab7392a Mon Sep 17 00:00:00 2001 From: James Briggs Date: Wed, 3 Jul 2024 18:47:28 +0800 Subject: [PATCH 2/2] chore: update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7da8d2a5..1c6b86a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.48" +version = "0.0.49" description = "Super fast semantic router for AI decision making" authors = [ "James Briggs ",