Skip to content

Commit

Permalink
Merge pull request #281 from aurelio-labs/james/v0.0.41
Browse files Browse the repository at this point in the history
chore: v0.0.41 release
  • Loading branch information
jamescalam committed May 15, 2024
2 parents d3ad005 + 7b74a91 commit bbe4b38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/encoders/bedrock.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We start by installing semantic-router. Support for the new `Bedrock` embedding models was added in `semantic-router==0.0.40`."
"We start by installing semantic-router. Support for the new `Bedrock` embedding models was added in `0.0.40`."
]
},
{
Expand All @@ -41,7 +41,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install -qU \"semantic-router[bedrock]==0.0.40\""
"!pip install -qU \"semantic-router[bedrock]\""
]
},
{
Expand Down
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.40"
version = "0.0.41"
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.40"
__version__ = "0.0.41"

0 comments on commit bbe4b38

Please sign in to comment.