diff --git a/pyproject.toml b/pyproject.toml index 376cdc1f..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 ", @@ -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"