Skip to content

Commit

Permalink
bump version to 0.91.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt committed Aug 13, 2024
1 parent 74be85f commit 9d50517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 9d50517

Please sign in to comment.