Skip to content

Commit 3b980f2

Browse files
authored
Merge pull request #377 from aurelio-labs/james/v0.0.57
chore: v0.0.57
2 parents 6e632ea + af01016 commit 3b980f2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "Semantic Router"
1616
copyright = "2024, Aurelio AI"
1717
author = "Aurelio AI"
18-
release = "0.0.56"
18+
release = "0.0.57"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "semantic-router"
3-
version = "0.0.56"
3+
version = "0.0.57"
44
description = "Super fast semantic router for AI decision making"
55
authors = [
66
"James Briggs <[email protected]>",

semantic_router/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]
66

7-
__version__ = "0.0.56"
7+
__version__ = "0.0.57"

0 commit comments

Comments
 (0)