diff --git a/pyproject.toml b/pyproject.toml index 1747143..99234c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,12 +3,12 @@ requires = ["setuptools>=61.0.0", "wheel"] [project] name = "adios4dolfinx" -version = "0.8.1.post0" +version = "0.9.0" description = "Checkpointing functionality for DOLFINx meshes/functions with ADIOS2" authors = [{ name = "Jørgen S. Dokken", email = "dokken@simula.no" }] license = { file = "LICENSE" } readme = "README.md" -dependencies = ["fenics-dolfinx>=0.8.0"] +dependencies = ["fenics-dolfinx>=0.9.0"] [project.optional-dependencies] test = ["pytest", "coverage", "ipyparallel"]