diff --git a/pyproject.toml b/pyproject.toml index c746c2c..154abc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "context-compiler" -version = "0.7.9" +version = "0.7.10" description = "Deterministic conversational state engine for LLM applications." readme = "README.md" requires-python = ">=3.11" @@ -40,6 +40,7 @@ packages = ["src/context_compiler", "experimental"] [tool.hatch.build.targets.wheel.force-include] "examples" = "examples" "host_support" = "host_support" +"src/context_compiler/py.typed" = "context_compiler/py.typed" [project.optional-dependencies] demos = [ diff --git a/src/context_compiler/py.typed b/src/context_compiler/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/uv.lock b/uv.lock index 58dcf8c..1a1d30c 100644 --- a/uv.lock +++ b/uv.lock @@ -468,7 +468,7 @@ wheels = [ [[package]] name = "context-compiler" -version = "0.7.9" +version = "0.7.10" source = { editable = "." } [package.optional-dependencies]