Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Feb 21, 2022
1 parent 8d47887 commit 2c44421
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "oommfc"
version = "0.60.0"
version = "0.61.0"
description = "OOMMF calculator."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -37,9 +37,9 @@ classifiers = [
]

dependencies = [
"micromagnetictests~=0.60.0",
"ubermagtable~=0.60.0",
"micromagneticdata~=0.60.0"
"micromagnetictests~=0.61.0",
"ubermagtable~=0.61.0",
"micromagneticdata~=0.61.0"
]

[project.optional-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = oommfc
version = 0.60.0
version = 0.61.0
description = OOMMF calculator.
author = Marijan Beg, Martin Lang, Ryan A. Pepper, Thomas Kluyver, Samuel Holt, and Hans Fangohr
long_description = file: README.md
Expand All @@ -26,9 +26,9 @@ classifiers =
packages = find:
python_requires >= 3.8
install_requires =
micromagnetictests~=0.60.0
ubermagtable~=0.60.0
micromagneticdata~=0.60.0
micromagnetictests~=0.61.0
ubermagtable~=0.61.0
micromagneticdata~=0.61.0
include_package_data = True

[options.extras_require]
Expand Down

0 comments on commit 2c44421

Please sign in to comment.