diff --git a/pyproject.toml b/pyproject.toml index 3f7210d..181f7b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "harness-python-react" -version = "0.2.18" +version = "0.2.19" description = "Production-quality LLM-driven coding harness — Python (FastAPI) backend, Vite + React + TypeScript frontend." readme = "README.md" requires-python = ">=3.14" license = "MIT" license-files = ["LICENSE"] authors = [ - { name = "Constantinos Koutsakis", email = "constantinos.koutsakis@gmail.com" }, + { name = "Constantinos Koutsakis", email = "41453723+constk@users.noreply.github.com" }, ] keywords = [ "template", diff --git a/uv.lock b/uv.lock index c128ec3..39611d6 100644 --- a/uv.lock +++ b/uv.lock @@ -337,7 +337,7 @@ wheels = [ [[package]] name = "harness-python-react" -version = "0.2.18" +version = "0.2.19" source = { virtual = "." } dependencies = [ { name = "fastapi" },