From 4eb5e5e605a0c9202b4e73a322d501e25c550315 Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Fri, 20 Oct 2023 16:02:58 +0200 Subject: [PATCH] bump-version: 0.62.1 -> 0.62.2 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3f01b9f..90df4b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mag2exp" -version = "0.62.1" +version = "0.62.2" description = "Simulate experimental measurements for magnetic materials" readme = "README.md" requires-python = ">=3.8" @@ -38,7 +38,7 @@ classifiers = [ ] dependencies = [ - "oommfc>=0.64.0", + "oommfc>=0.64.1", "numpy>=1.19", "scipy>=1.6" ]