Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
swapneelap committed Feb 22, 2022
1 parent 485ae66 commit d407d8d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ubermag"
version = "0.60.0"
version = "0.61.0"
description = "Meta package for Ubermag project."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -39,14 +39,14 @@ classifiers = [
]

dependencies = [
"ubermagutil==0.60.0",
"discretisedfield==0.60.0",
"ubermagtable==0.60.0",
"micromagneticmodel==0.60.0",
"micromagneticdata==0.60.0",
"micromagnetictests==0.60.0",
"oommfc==0.60.0",
"mag2exp==0.60.0"
"ubermagutil==0.61.0",
"discretisedfield==0.61.0",
"ubermagtable==0.61.0",
"micromagneticmodel==0.61.0",
"micromagneticdata==0.61.0",
"micromagnetictests==0.61.0",
"oommfc==0.61.0",
"mag2exp==0.61.0"
]

[project.optional-dependencies]
Expand Down
18 changes: 9 additions & 9 deletions setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = ubermag
version = 0.60.0
version = 0.61.0
description = Meta package for Ubermag project.
author = Marijan Beg, Martin Lang, Samuel Holt, Ryan A. Pepper, Thomas Kluyver, Jeroen Mulkers, Jonathan Leliaert, and Hans Fangohr
long_description = file: README.md
Expand All @@ -26,14 +26,14 @@ classifiers =
packages = find:
python_requires >= 3.8
install_requires =
ubermagutil==0.60.0
discretisedfield==0.60.0
ubermagtable==0.60.0
micromagneticmodel==0.60.0
micromagneticdata==0.60.0
micromagnetictests==0.60.0
oommfc==0.60.0
mag2exp==0.60.0
ubermagutil==0.61.0
discretisedfield==0.61.0
ubermagtable==0.61.0
micromagneticmodel==0.61.0
micromagneticdata==0.61.0
micromagnetictests==0.61.0
oommfc==0.61.0
mag2exp==0.61.0
include_package_data = True

[options.extras_require]
Expand Down

0 comments on commit d407d8d

Please sign in to comment.