diff --git a/docs/00-introduction.ipynb b/docs/00-introduction.ipynb index 9c68cd0c90b9790098f3510fee64222a8e52252a..7ce5f4e490aa0f7c5145e5fd3c8030aaf8d18c71 100644 --- a/docs/00-introduction.ipynb +++ b/docs/00-introduction.ipynb @@ -51,7 +51,7 @@ } ], "source": [ - "!pip install -qU semantic-router==0.0.35" + "!pip install -qU semantic-router" ] }, { @@ -309,7 +309,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.11.5" } }, "nbformat": 4, diff --git a/pyproject.toml b/pyproject.toml index 33d8c6ecd4fcdb4bc3cdc89a2300a42a00580446..873a2dfd21b093892bb64fba7fcdef4c68df69ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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>", diff --git a/semantic_router/__init__.py b/semantic_router/__init__.py index 4ff8ad2fc3b757bfa700b35bf05062e1f0abe82a..39506cc5c924a7c851a62edbaa4225e19866737c 100644 --- a/semantic_router/__init__.py +++ b/semantic_router/__init__.py @@ -4,4 +4,4 @@ from semantic_router.route import Route __all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"] -__version__ = "0.0.35" +__version__ = "0.0.36"