Skip to content

Commit

Permalink
Bump version: 0.2.4 → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraedel committed Sep 10, 2024
1 parent 9373233 commit 87baa47
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.4
current_version = 0.2.5
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion arcos4py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "[email protected]"
__version__ = '0.2.4'
__version__ = '0.2.5'

from ._arcos4py import ARCOS

Expand Down
2 changes: 1 addition & 1 deletion arcos4py/plotting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "[email protected]"
__version__ = '0.2.4'
__version__ = '0.2.5'

from ._plotting import NoodlePlot, dataPlots, plotOriginalDetrended, statsPlots

Expand Down
2 changes: 1 addition & 1 deletion arcos4py/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "[email protected]"
__version__ = '0.2.4'
__version__ = '0.2.5'

from ._binarize_detrend import binData
from ._cleandata import clipMeas, interpolation, remove_image_background
Expand Down
2 changes: 1 addition & 1 deletion arcos4py/validation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Benjamin Graedel"""
__email__ = "[email protected]"
__version__ = '0.2.4'
__version__ = '0.2.5'

from arcos4py.validation._bootstrapping import bootstrap_arcos, calculate_arcos_stats, calculate_pvalue
from arcos4py.validation._resampling import resample_data
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "arcos4py"
version = "0.2.4"
version = "0.2.5"
homepage = "https://github.com/bgraedel/arcos4py"
description = "A python package to detect collective spatio-temporal phenomena."
authors = ["Benjamin Graedel <[email protected]>"]
Expand Down

0 comments on commit 87baa47

Please sign in to comment.