Skip to content

Commit f600183

Browse files
authored
Prepare new release (#50)
* Remove inter_plotting loading at beginning of files * Delete acc.png * Prepare release * Revert "Prepare release" This reverts commit 485c271. * Prepare new release
1 parent 9ec959b commit f600183

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ abstract: >-
2323
pattern recognition methods geared towards the analysis of
2424
biosignals.
2525
license: BSD-3-Clause
26-
version: 2.2.1
26+
version: 2.2.2
2727
date-released: '2024-04-23'
2828
preferred-citation:
2929
type: article

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __getattr__(cls, name):
8989
# built documents.
9090
#
9191
# The short X.Y version.
92-
version = '2.2.1'
92+
version = '2.2.2'
9393
# The full version, including alpha/beta/rc tags.
9494
release = version
9595

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
2828
AUTHOR = 'Instituto de Telecomunicacoes'
2929
REQUIRES_PYTHON = '>3.5.2'
30-
VERSION = '2.2.1'
30+
VERSION = '2.2.2'
3131
LICENSE = 'BSD 3-clause'
3232

3333
# What packages are required for this module to be executed?

0 commit comments

Comments
 (0)