Skip to content
Snippets Groups Projects
Unverified Commit f6161777 authored by James Briggs's avatar James Briggs Committed by GitHub
Browse files

Merge pull request #521 from aurelio-labs/release/0.1.0.dev7

chore: release dev7
parents 3704ceae bc6b2721
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../..")) # Source code dir relative to this ...@@ -15,7 +15,7 @@ sys.path.insert(0, os.path.abspath("../..")) # Source code dir relative to this
project = "Semantic Router" project = "Semantic Router"
copyright = "2025, Aurelio AI" copyright = "2025, Aurelio AI"
author = "Aurelio AI" author = "Aurelio AI"
release = "0.1.0.dev6" release = "0.1.0.dev7"
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
......
[tool.poetry] [tool.poetry]
name = "semantic-router" name = "semantic-router"
version = "0.1.0.dev6" version = "0.1.0.dev7"
description = "Super fast semantic router for AI decision making" description = "Super fast semantic router for AI decision making"
authors = ["Aurelio AI <hello@aurelio.ai>"] authors = ["Aurelio AI <hello@aurelio.ai>"]
readme = "README.md" readme = "README.md"
......
...@@ -3,4 +3,4 @@ from semantic_router.route import Route ...@@ -3,4 +3,4 @@ from semantic_router.route import Route
__all__ = ["SemanticRouter", "HybridRouter", "Route", "RouterConfig"] __all__ = ["SemanticRouter", "HybridRouter", "Route", "RouterConfig"]
__version__ = "0.1.0.dev6" __version__ = "0.1.0.dev7"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment