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