diff --git a/docs/source/conf.py b/docs/source/conf.py
index f805b33ac4ff6800421fd2ddfa4b75a60364cc9a..763e91ce5e75f1283ee7adfd56f688aa0c22e23d 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 = "2025, Aurelio AI"
 author = "Aurelio AI"
-release = "0.1.0.dev6"
+release = "0.1.0.dev7"
 
 # -- General configuration ---------------------------------------------------
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
diff --git a/pyproject.toml b/pyproject.toml
index ea1aea5b835bd567f29e53c11f2e8c9a2797b2c2..ee754493648cfe75203416fc204d7ee71a4975be 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "semantic-router"
-version = "0.1.0.dev6"
+version = "0.1.0.dev7"
 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 2dd16f171bd58851ef60e7b2f193bee80f5f2fce..2b446694b21367208814ee3824e4f35653cd96a4 100644
--- a/semantic_router/__init__.py
+++ b/semantic_router/__init__.py
@@ -3,4 +3,4 @@ from semantic_router.route import Route
 
 __all__ = ["SemanticRouter", "HybridRouter", "Route", "RouterConfig"]
 
-__version__ = "0.1.0.dev6"
+__version__ = "0.1.0.dev7"