Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Jul 3, 2022
1 parent 679bbcf commit 9c9ef1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ubermag"
version = "0.63.0"
version = "0.64.0"
description = "Meta package for Ubermag project."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -45,6 +45,7 @@ dependencies = [
"micromagneticmodel==0.62.0",
"micromagneticdata==0.63.0",
"micromagnetictests==0.62.0",
"mumax3c==0.1",
"oommfc==0.63.0",
"mag2exp==0.62.0"
]
Expand Down
1 change: 1 addition & 0 deletions ubermag/__init__.py
Expand Up @@ -31,6 +31,7 @@ def test():
"micromagnetictests",
"micromagneticdata",
"mag2exp",
# "mumax3c", # mumax3 is not necessarily available -> no tests
"ubermag",
"-l",
]
Expand Down

0 comments on commit 9c9ef1b

Please sign in to comment.