Skip to content

Commit

Permalink
Merge pull request #188 from neutrinoceros/rel_1.0.0
Browse files Browse the repository at this point in the history
REL: prep release 1.0.0
  • Loading branch information
neutrinoceros authored Jan 28, 2023
2 parents c5cae43 + 87cbb53 commit 18cf033
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"
version = "0.16.2"
version = "1.0.0"
description = "An extension module for yt, adding a frontend for Idefix"
authors = [
{ name = "C.M.T. Robert" },
Expand Down
2 changes: 1 addition & 1 deletion 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__ = "0.16.2"
__version__ = "1.0.0"

0 comments on commit 18cf033

Please sign in to comment.