diff --git a/pyproject.toml b/pyproject.toml index ce79bc1..5120c31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "contextifier" -version = "0.2.1" +version = "0.2.2" description = "Convert raw documents into AI-understandable context with intelligent text extraction, table detection, and semantic chunking" readme = "README.md" requires-python = ">=3.12"