Skip to content
Snippets Groups Projects
Commit c6755842 authored by James Briggs's avatar James Briggs
Browse files

chore: v0.0.66

parent b361dc98
Branches
Tags
No related merge requests found
......@@ -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.65"
release = "0.0.66"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
......
[tool.poetry]
name = "semantic-router"
version = "0.0.65"
version = "0.0.66"
description = "Super fast semantic router for AI decision making"
authors = [
"James Briggs <james@aurelio.ai>",
"Siraj Aizlewood <siraj@aurelio.ai>",
"Simonas Jakubonis <simonas@aurelio.ai>",
"Luca Mannini <luca@aurelio.ai>",
"Bogdan Buduroiu <bogdan@aurelio.ai>",
"Ismail Ashraq <ashraq@aurelio.ai>",
"Daniel Griffin <daniel@aurelio.ai>",
"Tolga Arslan <tolga@aurelio.ai>"
]
authors = ["Aurelio AI <hello@aurelio.ai>"]
readme = "README.md"
packages = [{include = "semantic_router"}]
license = "MIT"
......
......@@ -4,4 +4,4 @@ from semantic_router.route import Route
__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]
__version__ = "0.0.65"
__version__ = "0.0.66"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment