Skip to content

Commit

Permalink
chore: update versions and fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Jul 5, 2024
1 parent 5d64471 commit 1ce443c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[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 <[email protected]>",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion semantic_router/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]

__version__ = "0.0.46"
__version__ = "0.0.50"

0 comments on commit 1ce443c

Please sign in to comment.