Skip to content

Commit

Permalink
bump-version: 0.1 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lang-m committed Oct 20, 2023
1 parent 66e63a1 commit 1eeb7c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mumax3c"
version = "0.1"
version = "0.2.0"
description = "Python interface to mumax3 integrated into Jupyter notebook."
readme = "README.md"
requires-python = ">=3.8"
Expand Down Expand Up @@ -43,10 +43,10 @@ classifiers = [

dependencies = [
"scipy",
"micromagneticmodel>=0.62.0",
"micromagnetictests>=0.62.0",
"ubermagutil>=0.63.0",
"ubermagtable>=0.61.1"
"micromagneticmodel>=0.63.2",
"micromagnetictests>=0.63.1",
"ubermagutil>=0.63.2",
"ubermagtable>=0.61.3"
]

[project.optional-dependencies]
Expand Down

0 comments on commit 1eeb7c0

Please sign in to comment.