From 1eeb7c07d1790492b8feea5da17ff78a80d15a29 Mon Sep 17 00:00:00 2001 From: Martin Lang Date: Fri, 20 Oct 2023 13:53:19 +0200 Subject: [PATCH] bump-version: 0.1 -> 0.2.0 --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14815ca..803e0a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mumax3c" -version = "0.1" +version = "0.2.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.62.0", - "micromagnetictests>=0.62.0", - "ubermagutil>=0.63.0", - "ubermagtable>=0.61.1" + "micromagneticmodel>=0.63.2", + "micromagnetictests>=0.63.1", + "ubermagutil>=0.63.2", + "ubermagtable>=0.61.3" ] [project.optional-dependencies]