Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract: >-
pattern recognition methods geared towards the analysis of
biosignals.
license: BSD-3-Clause
version: 2.2.3
version: 2.2.4
date-released: '2024-04-23'
preferred-citation:
type: article
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
EMAIL = 'developer@scientisst.com'
AUTHOR = 'Instituto de Telecomunicacoes'
REQUIRES_PYTHON = '>3.5.2'
VERSION = '2.2.3'
VERSION = '2.2.4'
LICENSE = 'BSD 3-clause'

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