Skip to content

Commit 17fd519

Browse files
authored
Merge pull request #259 from aurelio-labs/james/v0.0.35
chore: update version to 0.0.35
2 parents fd8cc15 + ee2a8ec commit 17fd519

10 files changed

+10
-10
lines changed

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.34"
39+
"!pip install -qU semantic-router"
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.34"
51+
"!pip install -qU semantic-router"
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.34\""
44+
"!pip install -qU \"semantic-router[local]\""
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.34\""
32+
"!pip install -qU \"semantic-router[local]\""
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.34\" \\\n",
103+
" \"semantic-router[vision]\" \\\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.34"
44+
"!pip install -qU semantic-router"
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.34\""
44+
"!pip install -qU \"semantic-router[google]\""
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.34\""
19+
" semantic-router"
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.34"
3+
version = "0.0.35"
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.34"
7+
__version__ = "0.0.35"

0 commit comments

Comments
 (0)