Skip to content

Commit 0987121

Browse files
author
Benjamin Moody
committed
Bump version to 4.1.0.
1 parent 843d80e commit 0987121

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "wfdb"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
description = "The WFDB Python package: tools for reading, writing, and processing physiologic signals and annotations."
55
authors = ["The Laboratory for Computational Physiology <[email protected]>"]
66
readme = "README.md"

wfdb/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.1.0"

0 commit comments

Comments
 (0)