Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt committed Aug 13, 2024
1 parent fd3f655 commit a1af282
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.64.1"
version = "0.65.0"
description = "OOMMF calculator."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -37,11 +37,11 @@ classifiers = [
]

dependencies = [
"micromagneticmodel>=0.63.2",
"micromagnetictests>=0.63.1",
"ubermagtable>=0.61.3",
"ubermagutil>=0.63.2",
"micromagneticdata>=0.65.1"
"micromagneticmodel>=0.64.0",
"micromagnetictests>=0.63.2",
"ubermagtable>=0.61.4",
"ubermagutil>=0.63.4",
"micromagneticdata>=0.65.3"
]

[project.optional-dependencies]
Expand Down

0 comments on commit a1af282

Please sign in to comment.