diff --git a/docs/source/conf.py b/docs/source/conf.py index 231541579fe687cff877a11f717f6cba3a1a30d5..6ad3940822aa401b23a74f7016dd55f11678bc29 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.71" +release = "0.0.72" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 42abf2c843d05153f82872388577cb082df6080e..edeb65781022a38e855227882f94047af4beb32e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.71" +version = "0.0.72" 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 0c9bf2493f1c17f227fb909c18a3bf41d1667f18..5ce4b91199136d2230b866002bc7a0fae62287cb 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.71" +__version__ = "0.0.72"