diff --git a/docs/source/conf.py b/docs/source/conf.py index a0d09c94b28e24d6c4ceed2755010754f60953a3..3f4e9bbced6571061dbe1fc1f9864bae9279baa3 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.66" +release = "0.0.67" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 1b963c743b5d70d3e82e0ea7467ec65bbb52bb67..0a273e481700771eb4598ff8dc00422dc0511b5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.66" +version = "0.0.67" description = "Super fast semantic router for AI decision making" authors = ["Aurelio AI <hello@aurelio.ai>"] readme = "README.md" diff --git a/semantic_router/__init__.py b/semantic_router/__init__.py index b0b67e19185a433896eaf1242ef9e94a5a6a9f9e..0d6cabf4284c663d5bb322811d93ba9f76a92045 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.66" +__version__ = "0.0.67"