From 2ced8a06873ab595b3c51b2f9c5c6613dde3eafa Mon Sep 17 00:00:00 2001 From: swapneelap Date: Mon, 21 Feb 2022 16:03:18 +0530 Subject: [PATCH] Bump version --- pyproject.toml | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a5f5967..b14d68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "mag2exp" -version = "0.60.0" +version = "0.61.0" description = "Simulate experimental measurements for magnetic materials" readme = "README.md" requires-python = ">=3.8" @@ -38,7 +38,7 @@ classifiers = [ ] dependencies = [ - "oommfc~=0.60.0", + "oommfc~=0.61.0", "numpy>=1.19", "scipy>=1.6" ] diff --git a/setup.cfg b/setup.cfg index b58c83e..129da35 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mag2exp -version = 0.60.0 +version = 0.61.0 description = Simulate experimental measurements for magnetic materials author = Samuel Holt, James Loudon, Thomas Hicken, David Cortés Ortuño, Martin Lang, Marijan Beg, and Hans Fangohr long_description = file: README.md @@ -26,7 +26,7 @@ classifiers = packages = find: python_requires >= 3.8 install_requires = - oommfc~=0.60.0 + oommfc~=0.61.0 numpy>=1.19 scipy>=1.6 include_package_data = True