Skip to content

Commit 47a111a

Browse files
committed
Bump versions
1 parent 75e8807 commit 47a111a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "oommfc"
7-
version = "0.62.0"
7+
version = "0.63.0"
88
description = "OOMMF calculator."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -37,9 +37,11 @@ classifiers = [
3737
]
3838

3939
dependencies = [
40-
"micromagnetictests>=0.61.3",
40+
"micromagneticmodel>=0.62.0",
41+
"micromagnetictests>=0.62.0",
4142
"ubermagtable>=0.61.1",
42-
"micromagneticdata>=0.62.0"
43+
"ubermagutil>=0.63.0",
44+
"micromagneticdata>=0.63.0"
4345
]
4446

4547
[project.optional-dependencies]

0 commit comments

Comments
 (0)