Skip to content

Commit

Permalink
Bump version 2.4.1 -> 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-richard committed Jun 10, 2023
1 parent 28da482 commit 5fdb8d7
Show file tree
Hide file tree
Showing 228 changed files with 10,966 additions and 10,966 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ignore = """
ignored-modules = "scipy,cdflib"

[tool.bumpver]
current_version = "2.4.1"
current_version = "2.4.2"
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 @@ -5,7 +5,7 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.4.2"
__status__ = "Prototype"
Expand Down
4 changes: 2 additions & 2 deletions pyrfu/dispersion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.3.7"
__version__ = "2.4.2"
__status__ = "Prototype"

__all__ = ["disp_surf_calc", "one_fluid_dispersion"]
4 changes: 2 additions & 2 deletions pyrfu/dispersion/disp_surf_calc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.3.11"
__version__ = "2.4.2"
__status__ = "Prototype"


Expand Down
4 changes: 2 additions & 2 deletions pyrfu/dispersion/one_fluid_dispersion.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.3.11"
__version__ = "2.4.2"
__status__ = "Prototype"


Expand Down
4 changes: 2 additions & 2 deletions pyrfu/lp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.3.7"
__version__ = "2.4.2"
__status__ = "Prototype"

__all__ = ["LangmuirProbe", "photo_current", "thermal_current"]
Expand Down
4 changes: 2 additions & 2 deletions pyrfu/lp/photo_current.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.3.7"
__version__ = "2.4.2"
__status__ = "Prototype"

logging.captureWarnings(True)
Expand Down
4 changes: 2 additions & 2 deletions pyrfu/lp/thermal_current.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

__author__ = "Louis Richard"
__email__ = "[email protected]"
__copyright__ = "Copyright 2020-2021"
__copyright__ = "Copyright 2020-2023"
__license__ = "MIT"
__version__ = "2.3.7"
__version__ = "2.4.2"
__status__ = "Prototype"


Expand Down
Loading

0 comments on commit 5fdb8d7

Please sign in to comment.