From c5dba674e735e28437521b8c31552b9740ee4180 Mon Sep 17 00:00:00 2001 From: James Briggs Date: Thu, 3 Oct 2024 20:17:05 +0200 Subject: [PATCH] chore: version fix --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- semantic_router/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 3488c230..8ee240a5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ project = "Semantic Router" copyright = "2024, Aurelio AI" author = "Aurelio AI" -release = "0.0.69" +release = "0.0.70" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index ab7468db..0c1fc10c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.69" +version = "0.0.70" description = "Super fast semantic router for AI decision making" authors = ["Aurelio AI "] readme = "README.md" diff --git a/semantic_router/__init__.py b/semantic_router/__init__.py index 31ad5d33..57c1e022 100644 --- a/semantic_router/__init__.py +++ b/semantic_router/__init__.py @@ -4,4 +4,4 @@ __all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"] -__version__ = "0.0.69" +__version__ = "0.0.70"