diff --git a/config/system_config.yaml b/config/system_config.yaml index 6d658ef..fd9057e 100644 --- a/config/system_config.yaml +++ b/config/system_config.yaml @@ -1,4 +1,4 @@ -client_version: "0.2.10" +client_version: "0.2.11" error_messages: template_not_found: diff --git a/pyproject.toml b/pyproject.toml index f673c68..a79fea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "codeplain" -version = "0.2.9" +version = "0.2.11" description = "Transform plain language specifications into working code" readme = "README.md" requires-python = "==3.11"