Skip to content

Commit 6fd1519

Browse files
authored
Merge pull request #271 from aurelio-labs/james/v0.0.39
chore: release v0.0.39
2 parents 5d59a8b + b803ecb commit 6fd1519

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.38"
3+
version = "0.0.39"
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.38"
7+
__version__ = "0.0.39"

0 commit comments

Comments
 (0)