Skip to content
Snippets Groups Projects
Commit cab35fa1 authored by Taylor's avatar Taylor
Browse files

Updated version from 0.1.0 to 0.1.1

parent 23426e00
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.dev10" release = "0.1.1"
# -- 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
......
[project] [project]
name = "semantic-router" name = "semantic-router"
version = "0.1.0" version = "0.1.1"
description = "Super fast semantic router for AI decision making" description = "Super fast semantic router for AI decision making"
authors = [{ name = "Aurelio AI", email = "hello@aurelio.ai" }] authors = [{ name = "Aurelio AI", email = "hello@aurelio.ai" }]
requires-python = ">=3.9,<3.14" requires-python = ">=3.9,<3.14"
......
...@@ -3,4 +3,4 @@ from semantic_router.routers import HybridRouter, RouterConfig, SemanticRouter ...@@ -3,4 +3,4 @@ from semantic_router.routers import HybridRouter, RouterConfig, SemanticRouter
__all__ = ["SemanticRouter", "HybridRouter", "Route", "RouterConfig"] __all__ = ["SemanticRouter", "HybridRouter", "Route", "RouterConfig"]
__version__ = "0.1.0.dev10" __version__ = "0.1.1"
...@@ -3326,7 +3326,7 @@ wheels = [ ...@@ -3326,7 +3326,7 @@ wheels = [
   
[[package]] [[package]]
name = "semantic-router" name = "semantic-router"
version = "0.1.0" version = "0.1.1"
source = { editable = "." } source = { editable = "." }
dependencies = [ dependencies = [
{ name = "aiohttp" }, { name = "aiohttp" },
......
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