Skip to content

Commit

Permalink
Merge pull request #95 from neutrinoceros/rel_0.11.0
Browse files Browse the repository at this point in the history
REL: bump version to 0.11.0
  • Loading branch information
neutrinoceros committed Feb 9, 2023
2 parents afbdb5c + 74d5e6c commit c87a11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gpgi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from .api import load

__version__ = "0.11.dev0"
__version__ = "0.11.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gpgi"
version = "0.11.dev0"
version = "0.11.0"
description = "A Generic Particle+Grid Interface"
authors = [
{ name = "C.M.T. Robert" },
Expand Down

0 comments on commit c87a11e

Please sign in to comment.