Skip to content

Commit

Permalink
Bump version 2.4.11 -> 2.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Feb 9, 2024
1 parent a803935 commit 007e755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyrfu"
version = "2.4.11"
version = "2.4.12"
description = "Python Space Physics (RymdFysik) Utilities"
readme = "README.rst"
authors = [{ name = "Louis RICHARD", email = "[email protected]" }]
Expand Down Expand Up @@ -124,7 +124,7 @@ ignore = """
ignored-modules = "scipy,cdflib"

[tool.bumpver]
current_version = "2.4.11"
current_version = "2.4.12"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
4 changes: 2 additions & 2 deletions pyrfu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2023"
__copyright__ = "Copyright 2020-2024"
__license__ = "MIT"
__version__ = "2.4.11"
__version__ = "2.4.12"
__status__ = "Prototype"

__all__ = ["dispersion", "lp", "maven", "mms", "models", "plot", "pyrf"]

0 comments on commit 007e755

Please sign in to comment.