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