diff --git a/pyproject.toml b/pyproject.toml index d7b788b..b5e34a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "micromagnetictests" -version = "0.61.3" +version = "0.62.0" description = "Testing package for computational magnetism tools." readme = "README.md" requires-python = ">=3.8" @@ -35,7 +35,7 @@ classifiers = [ ] dependencies = [ - "micromagneticmodel>=0.61.1", + "micromagneticmodel>=0.62.0", "scipy>=1.5" ]