diff --git a/pyproject.toml b/pyproject.toml index bd5530be..c423b4ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "discretisedfield" -version = "0.65.1" +version = "0.90.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.0", + "ubermagutil>=0.63.2", "vtk>=9.1", "xarray" ]