diff --git a/pyproject.toml b/pyproject.toml index dde2da7..52db1ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "context-compiler" -version = "0.8.2" +version = "0.8.3" description = "Deterministic conversational state engine for LLM applications." readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index 1a3844b..77a9999 100644 --- a/uv.lock +++ b/uv.lock @@ -296,7 +296,7 @@ wheels = [ [[package]] name = "context-compiler" -version = "0.8.2" +version = "0.8.3" source = { editable = "." } [package.optional-dependencies]