Skip to content

Commit

Permalink
release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koaha committed Nov 28, 2024
1 parent 6cf583e commit 2780da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "vitalsqi_toolkit"
version = "0.1.2"
version = "1.0.1"
description = "A toolkit for signal quality analysis of ECG and PPG signals"
readme = "README.md"
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'vitalsqi_toolkit',
version = '0.1.2',
version = '1.0.1',
packages = find_packages(include = ["vital_sqi", "vital_sqi.*"]),
description = "Signal quality control pipeline for electrocardiogram and "
"photoplethysmogram",
Expand Down

0 comments on commit 2780da5

Please sign in to comment.