diff --git a/docs/source/conf.py b/docs/source/conf.py index 0174df009fc6a70dd6934a30918a29c79ebc771b..725685652bdbe960d3372fdb64c20e76c326a076 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.61" +release = "0.0.62" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index 7b294000957b93d96e1fa8dd487875fcac058881..3708ff4c56809464aae0a880be1c1fb572b4323c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semantic-router" -version = "0.0.61" +version = "0.0.62" 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 e8ed01d54d6497bf1fc1ba60a2b3b611fe6e6b1a..977cf19054138d844697a93deacb602cdc5f3b74 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.61" +__version__ = "0.0.62"