Skip to content

Commit

Permalink
Bump version 2.4.13 -> 2.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Nov 4, 2024
1 parent 209bbe4 commit cf5cdb9
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.13"
version = "2.4.14"
description = "Python Space Physics (RymdFysik) Utilities"
readme = "README.rst"
authors = [{ name = "Louis RICHARD", email = "louir@irfu.se" }]
Expand Down Expand Up @@ -201,7 +201,7 @@ module = [


[tool.bumpver]
current_version = "2.4.13"
current_version = "2.4.14"
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__ = "louisr@irfu.se"
__copyright__ = "Copyright 2020-2024"
__license__ = "MIT"
__version__ = "2.4.13"
__version__ = "2.4.14"
__status__ = "Prototype"

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

0 comments on commit cf5cdb9

Please sign in to comment.