Skip to content

Commit bbe4b38

Browse files
authored
Merge pull request #281 from aurelio-labs/james/v0.0.41
chore: v0.0.41 release
2 parents d3ad005 + 7b74a91 commit bbe4b38

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/encoders/bedrock.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"cell_type": "markdown",
3333
"metadata": {},
3434
"source": [
35-
"We start by installing semantic-router. Support for the new `Bedrock` embedding models was added in `semantic-router==0.0.40`."
35+
"We start by installing semantic-router. Support for the new `Bedrock` embedding models was added in `0.0.40`."
3636
]
3737
},
3838
{
@@ -41,7 +41,7 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"!pip install -qU \"semantic-router[bedrock]==0.0.40\""
44+
"!pip install -qU \"semantic-router[bedrock]\""
4545
]
4646
},
4747
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "semantic-router"
3-
version = "0.0.40"
3+
version = "0.0.41"
44
description = "Super fast semantic router for AI decision making"
55
authors = [
66
"James Briggs <[email protected]>",

semantic_router/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

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

7-
__version__ = "0.0.40"
7+
__version__ = "0.0.41"

0 commit comments

Comments
 (0)