diff --git a/docs/source/conf.py b/docs/source/conf.py
index 3488c23013501265839cfc15bcb032b3d1c8d930..8ee240a5312e40fe119bbb10a55bd80d08a9d737 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -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.69"
+release = "0.0.70"
 
 # -- General configuration ---------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/pyproject.toml b/pyproject.toml
index ab7468db672e9fad780bd8830f73f2e608f518f9..0c1fc10c9d8c14a3719765e90bd24599c0d25110 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "semantic-router"
-version = "0.0.69"
+version = "0.0.70"
 description = "Super fast semantic router for AI decision making"
 authors = ["Aurelio AI <hello@aurelio.ai>"]
 readme = "README.md"
diff --git a/semantic_router/__init__.py b/semantic_router/__init__.py
index 31ad5d33d507d86d34d665a65f8bdd56cc33c829..57c1e0222fd2f3cc98cdbbdda3f3a6c0020a5591 100644
--- a/semantic_router/__init__.py
+++ b/semantic_router/__init__.py
@@ -4,4 +4,4 @@ from semantic_router.route import Route
 
 __all__ = ["RouteLayer", "HybridRouteLayer", "Route", "LayerConfig"]
 
-__version__ = "0.0.69"
+__version__ = "0.0.70"