Skip to content

Commit

Permalink
bump-version: 0.64.0 -> 0.64.1
Browse files Browse the repository at this point in the history
  • Loading branch information
swapneelap committed Oct 20, 2023
1 parent b1dab80 commit 41d36ac
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.0"
version = "0.64.1"
description = "OOMMF calculator."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -37,11 +37,11 @@ classifiers = [
]

dependencies = [
"micromagneticmodel>=0.63.0",
"micromagnetictests>=0.63.0",
"ubermagtable>=0.61.1",
"ubermagutil>=0.63.0",
"micromagneticdata>=0.65.0"
"micromagneticmodel>=0.63.2",
"micromagnetictests>=0.63.1",
"ubermagtable>=0.61.3",
"ubermagutil>=0.63.2",
"micromagneticdata>=0.65.1"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 41d36ac

Please sign in to comment.