diff --git a/pyproject.toml b/pyproject.toml index 11643c4..4530790 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "micromagnetictests" -version = "0.61.1" +version = "0.61.2" description = "Testing package for computational magnetism tools." readme = "README.md" requires-python = ">=3.8" diff --git a/setup.cfg b/setup.cfg index cf3017b..f4fc0b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = micromagnetictests -version = 0.61.1 +version = 0.61.2 description = Testing package for computational magnetism tools. author = Marijan Beg, Martin Lang, Samuel Holt, and Hans Fangohr long_description = file: README.md