diff --git a/pyproject.toml b/pyproject.toml index 6ea0f38..4d64157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,11 @@ build-backend = "setuptools.build_meta" [project] name = "airo-drake" -version = "0.0.4" +version = "0.0.5" authors = [ { name = "Andreas Verleysen", email = "andreas.verleysen@ugent.be" }, { name = "Victor-Louis De Gusseme", email = "victorlouisdg@gmail.com" }, + { name = "Mathieu De Coster", email = "mathieu.decoster@ugent.be" }, ] description = "Integration between airo-mono and Drake." readme = "README.md"