From 9d50517df09f49cb80befdaec10758342ab5246f Mon Sep 17 00:00:00 2001 From: Sam Holt Date: Tue, 13 Aug 2024 15:27:49 +0200 Subject: [PATCH] bump version to 0.91.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb82c778..4de8a2f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "discretisedfield" -version = "0.90.1" +version = "0.91.0" description = "Python package for the analysis and visualisation of finite-difference fields." readme = "README.md" requires-python = ">=3.8" @@ -44,7 +44,7 @@ dependencies = [ "pandas>=1.1", "scipy>=1.6", "sympy>=1.10.1", - "ubermagutil>=0.63.2", + "ubermagutil>=0.63.4", "vtk>=9.1", "xarray", "pyvista[all]>=0.42.3"