Skip to content

Commit

Permalink
Merge pull request #270 from neutrinoceros/rel_2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Jun 2, 2023
2 parents d9442c5 + a646303 commit ca27605
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "yt_idefix"
description = "An extension module for yt, adding a frontend for Idefix"
description = "An extension module for yt, adding a frontend for Idefix and Pluto"
authors = [
{ name = "C.M.T. Robert" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/yt_idefix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# immediately after `import yt.extensions.idefix`
from yt_idefix.api import *

__version__ = "2.0.2"
__version__ = "2.1.0"

0 comments on commit ca27605

Please sign in to comment.