diff --git a/docs/source/conf.py b/docs/source/conf.py index 3f4e9bbced6571061dbe1fc1f9864bae9279baa3..10e49ac0f07d065bf5d7dc3e9260f3b4ad59aaf2 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.67" +release = "0.0.68" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 0a273e481700771eb4598ff8dc00422dc0511b5f..250299146e64a2995bd52cbb92682054e3f6c982 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.67" +version = "0.0.68" 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 0d6cabf4284c663d5bb322811d93ba9f76a92045..5bb058c7f2e03cd3deae37c9e82dca6b601bf763 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.67" +__version__ = "0.0.68"