Skip to content

Commit

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

[project]
name = "ubermag"
version = "0.61.1"
version = "0.61.2"
description = "Meta package for Ubermag project."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -44,7 +44,7 @@ dependencies = [
"ubermagtable==0.61.0",
"micromagneticmodel==0.61.0",
"micromagneticdata==0.61.0",
"micromagnetictests==0.61.1",
"micromagnetictests==0.61.2",
"oommfc==0.61.1",
"mag2exp==0.61.0"
]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = ubermag
version = 0.61.1
version = 0.61.2
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 Down Expand Up @@ -31,7 +31,7 @@ install_requires =
ubermagtable==0.61.0
micromagneticmodel==0.61.0
micromagneticdata==0.61.0
micromagnetictests==0.61.1
micromagnetictests==0.61.2
oommfc==0.61.1
mag2exp==0.61.0
include_package_data = True
Expand Down

0 comments on commit f988fa7

Please sign in to comment.