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 20, 2022
1 parent 180ba9d commit e676ca3
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 = "micromagneticmodel"
version = "0.60.0"
version = "0.61.0"
description = "Python-based domain-specific language for computational magnetism"
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -35,7 +35,7 @@ classifiers = [
]

dependencies = [
"discretisedfield~=0.60.0"
"discretisedfield~=0.61.0"
]

[project.optional-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = micromagneticmodel
version = 0.60.0
version = 0.61.0
description = Python-based domain-specific language for computational magnetism
author = Marijan Beg, Martin Lang, Samuel Holt, and Hans Fangohr
long_description = file: README.md
Expand All @@ -26,7 +26,7 @@ classifiers =
packages = find:
python_requires >= 3.8
install_requires =
discretisedfield~=0.60.0
discretisedfield~=0.61.0
include_package_data = True

[options.extras_require]
Expand Down

0 comments on commit e676ca3

Please sign in to comment.