Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Oct 20, 2022
1 parent ff39dfb commit b50865b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = "oommfc"
version = "0.63.0"
version = "0.64.0"
description = "OOMMF calculator."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -37,11 +37,11 @@ classifiers = [
]

dependencies = [
"micromagneticmodel>=0.62.0",
"micromagnetictests>=0.62.0",
"micromagneticmodel>=0.63.0",
"micromagnetictests>=0.63.0",
"ubermagtable>=0.61.1",
"ubermagutil>=0.63.0",
"micromagneticdata>=0.63.0"
"micromagneticdata>=0.65.0"
]

[project.optional-dependencies]
Expand Down

0 comments on commit b50865b

Please sign in to comment.