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