Skip to content

Commit

Permalink
Bump version: 0.1.1 → 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraedel committed May 3, 2022
1 parent 0ed921b commit 05f58ba
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1.1
current_version = 0.1.2
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.1.1'
__version__ = '0.1.2'

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.1.1'
__version__ = '0.1.2'

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.1.1'
__version__ = '0.1.2'

from .binarize_detrend import binData
from .cleandata import clipMeas, interpolation
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.1.1"
version = "0.1.2"
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 05f58ba

Please sign in to comment.