Skip to content
Snippets Groups Projects
Unverified Commit 1ce443c8 authored by James Briggs's avatar James Briggs
Browse files

chore: update versions and fix license

parent 5d644716
No related branches found
No related tags found
No related merge requests found
[tool.poetry]
name = "semantic-router"
version = "0.0.49"
version = "0.0.50"
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <james@aurelio.ai>",
......@@ -14,9 +14,7 @@ authors = [
]
readme = "README.md"
packages = [{include = "semantic_router"}]
[project]
license = {file = "LICENSE"}
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.9,<3.13"
......
......@@ -4,4 +4,4 @@ from semantic_router.route import Route
__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]
__version__ = "0.0.46"
__version__ = "0.0.50"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment