diff --git a/docs/source/conf.py b/docs/source/conf.py index 74b46335b157b6acaf1f58381e147d0bdc509293..0174df009fc6a70dd6934a30918a29c79ebc771b 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.60" +release = "0.0.61" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index f69ceca032b158cca8e0ac1bf2eb59b559e84db4..7b294000957b93d96e1fa8dd487875fcac058881 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.60" +version = "0.0.61" 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 0664671f657918c37119b7cee93282318f21f6a7..e8ed01d54d6497bf1fc1ba60a2b3b611fe6e6b1a 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.60" +__version__ = "0.0.61"