From 03a15c35746116d8f8710d15a22da9e870ced17a Mon Sep 17 00:00:00 2001 From: Sam Holt Date: Tue, 13 Aug 2024 16:00:38 +0200 Subject: [PATCH] bump version --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 345f057..7b4e903 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mumax3c" -version = "0.2.0" +version = "0.3.0" description = "Python interface to mumax3 integrated into Jupyter notebook." readme = "README.md" requires-python = ">=3.8" @@ -43,10 +43,10 @@ classifiers = [ dependencies = [ "scipy", - "micromagneticmodel>=0.63.2", - "micromagnetictests>=0.63.1", - "ubermagutil>=0.63.2", - "ubermagtable>=0.61.3" + "micromagneticmodel>=0.64.0", + "micromagnetictests>=0.63.2", + "ubermagutil>=0.63.4", + "ubermagtable>=0.61.4" ] [project.optional-dependencies]