From 7d4e7fad0ab9d14e75dc2084984ff7b69abb80ed Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:20:19 +0200 Subject: [PATCH] update meshkernel version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80bbede9e..8612fe8be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ numpy = [ ] pydantic = "^2.5" lxml = "^4.6" -meshkernel = "^5.0.0" +meshkernel = "^5.0.1" strenum = "^0" [tool.poetry.dev-dependencies]