diff --git a/docs/source/conf.py b/docs/source/conf.py index f1f379a4266eca9cf81a075c66c22f8c53c4e92e..2184b826696d7cd6052de3dc315b711317a2abb8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../..")) # Source code dir relative to this project = "Semantic Router" copyright = "2024, Aurelio AI" author = "Aurelio AI" -release = "0.0.64" +release = "0.0.65" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index fa02ef1d3f85fe91fce9fb5a0c929ec0cdbc0889..2a4b2e4efe4a8ee353883ed524442d657652393b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.64" +version = "0.0.65" 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 c5f2bb70961606af287d0f53bc649b034483526e..6bf6b1c9634f206a4ad965b5f72308e1bdd6acd0 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.64" +__version__ = "0.0.65"