diff --git a/docs/source/conf.py b/docs/source/conf.py index 618cdfc93cb3da39176799996c6412ff85472b41..f7d9cb94ae706b0672446c5f9bf54b561bbb6e8a 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.55" +release = "0.0.56" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 5969754b72093fe95be4f99e555399be5bbd3383..9351be442532ada87955ef9d5ad7703bc108f1e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.55" +version = "0.0.56" 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 a7071fc2ec205e7b089c6a63da4f9298112fde06..00a80c9b9ed7dda7776c1087b117963c9de8a348 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.55" +__version__ = "0.0.56"