Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Feb 20, 2022
1 parent 8ef013d commit 762eb9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "discretisedfield"
version = "0.60.0"
version = "0.61.0"
description = "Python package for the analysis and visualisation of finite-difference fields."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -36,7 +36,7 @@ classifiers = [
]

dependencies = [
"ubermagutil~=0.60.0",
"ubermagutil~=0.61.0",
"pandas>=1.1",
"matplotlib>=3.3",
"jupyterlab~=3.0",
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = discretisedfield
version = 0.60.0
version = 0.61.0
description = Python package for the analysis and visualisation of finite-difference fields.
author = Marijan Beg, Martin Lang, Samuel Holt, Ryan A. Pepper, and Hans Fangohr
long_description = file: README.md
Expand All @@ -26,7 +26,7 @@ classifiers =
packages = find:
python_requires >= 3.8
install_requires =
ubermagutil~=0.60.0
ubermagutil~=0.61.0
pandas>=1.1
matplotlib>=3.3
jupyterlab~=3.0
Expand Down

0 comments on commit 762eb9f

Please sign in to comment.