Skip to content

Commit 103a5e8

Browse files
authored
Merge pull request #240 from aurelio-labs/james/0.0.32
chore: release 0.0.32
2 parents c2ced24 + 2a78bf4 commit 103a5e8

11 files changed

+11
-11
lines changed

docs/00-introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"!pip install -qU semantic-router==0.0.31"
44+
"!pip install -qU semantic-router==0.0.32"
4545
]
4646
},
4747
{

docs/01-save-load-from-file.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"metadata": {},
3737
"outputs": [],
3838
"source": [
39-
"!pip install -qU semantic-router==0.0.31"
39+
"!pip install -qU semantic-router==0.0.32"
4040
]
4141
},
4242
{

docs/02-dynamic-routes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"outputs": [],
5050
"source": [
51-
"!pip install -qU semantic-router==0.0.31"
51+
"!pip install -qU semantic-router==0.0.32"
5252
]
5353
},
5454
{

docs/05-local-execution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"!pip install -qU \"semantic-router[local]==0.0.31\""
44+
"!pip install -qU \"semantic-router[local]==0.0.32\""
4545
]
4646
},
4747
{

docs/06-threshold-optimization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"metadata": {},
3030
"outputs": [],
3131
"source": [
32-
"!pip install -qU \"semantic-router[local]==0.0.31\""
32+
"!pip install -qU \"semantic-router[local]==0.0.32\""
3333
]
3434
},
3535
{

docs/07-multi-modal.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
],
101101
"source": [
102102
"!pip install -qU \\\n",
103-
" \"semantic-router[vision]==0.0.31\" \\\n",
103+
" \"semantic-router[vision]==0.0.32\" \\\n",
104104
" datasets==2.17.0"
105105
]
106106
},

docs/09-route-filter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"!pip install -qU semantic-router==0.0.31\n"
44+
"!pip install -qU semantic-router==0.0.32\n"
4545
]
4646
},
4747
{

docs/encoders/google.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"metadata": {},
4242
"outputs": [],
4343
"source": [
44-
"!pip install -qU \"semantic-router[google]==0.0.31\""
44+
"!pip install -qU \"semantic-router[google]==0.0.32\""
4545
]
4646
},
4747
{

docs/examples/unstructured-element-splitter.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"# It may take longer to install the package\n",
1717
"!pip install -qU \\\n",
1818
" \"unstructured[pdf]==0.12.4\" \\\n",
19-
" \"semantic-router==0.0.31\""
19+
" \"semantic-router==0.0.32\""
2020
]
2121
},
2222
{

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.31"
3+
version = "0.0.32"
44
description = "Super fast semantic router for AI decision making"
55
authors = [
66
"James Briggs <[email protected]>",

0 commit comments

Comments
 (0)