Skip to content

Commit

Permalink
Merge pull request #308 from aurelio-labs/james/v0.0.46
Browse files Browse the repository at this point in the history
chore: release v0.0.46
  • Loading branch information
jamescalam committed Jun 2, 2024
2 parents 41a5874 + 2556cb0 commit 89a94ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-router"
version = "0.0.45"
version = "0.0.46"
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <james@aurelio.ai>",
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.45"
__version__ = "0.0.46"

0 comments on commit 89a94ea

Please sign in to comment.