diff --git a/CITATION.cff b/CITATION.cff index 8227293d..f6ab340d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/setup.py b/setup.py index ac3082d5..66fa5aed 100644 --- a/setup.py +++ b/setup.py @@ -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?