Skip to content

Commit

Permalink
Merge pull request #262 from aurelio-labs/james/v0.0.36
Browse files Browse the repository at this point in the history
chore: v0.0.36 release
  • Loading branch information
jamescalam committed Apr 28, 2024
2 parents d599996 + 194c541 commit eb9ebe3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/00-introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}
],
"source": [
"!pip install -qU semantic-router==0.0.35"
"!pip install -qU semantic-router"
]
},
{
Expand Down Expand Up @@ -309,7 +309,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.11.5"
}
},
"nbformat": 4,
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.35"
version = "0.0.36"
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.35"
__version__ = "0.0.36"

0 comments on commit eb9ebe3

Please sign in to comment.