Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraedel committed Mar 19, 2024
1 parent 6d4acd2 commit d33ecc8
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.3
current_version = 0.2.4
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__ = "benjamin.graedel@unibe.ch"
__version__ = '0.2.3'
__version__ = '0.2.4'

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__ = "benjamin.graedel@unibe.ch"
__version__ = '0.2.3'
__version__ = '0.2.4'

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__ = "benjamin.graedel@unibe.ch"
__version__ = '0.2.3'
__version__ = '0.2.4'

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__ = "benjamin.graedel@unibe.ch"
__version__ = '0.2.3'
__version__ = '0.2.4'

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.3"
version = "0.2.4"
homepage = "https://github.com/bgraedel/arcos4py"
description = "A python package to detect collective spatio-temporal phenomena."
authors = ["Benjamin Graedel <benjamin.graedel@unibe.ch>"]
Expand Down

0 comments on commit d33ecc8

Please sign in to comment.