Skip to content

Commit

Permalink
Bump version 2.4.0 -> 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Jun 10, 2023
1 parent 802cfcb commit 8c643ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.0"
version = "2.4.1"
description = "Python Space Physics (RymdFysik) Utilities"
readme = "README.rst"
authors = [{ name = "Louis RICHARD", email = "[email protected]" }]
Expand Down Expand Up @@ -116,7 +116,7 @@ ignore = """
ignored-modules = "scipy,cdflib"

[tool.bumpver]
current_version = "2.4.0"
current_version = "2.4.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion pyrfu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__license__ = "MIT"
__version__ = "2.4.0"
__version__ = "2.4.1"
__status__ = "Prototype"

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

0 comments on commit 8c643ff

Please sign in to comment.