Skip to content

Commit 7f58809

Browse files
committed
chore: bump version
1 parent 438890a commit 7f58809

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

PyEMD/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "1.7.0"
3+
__version__ = "1.7.1"
44
logger = logging.getLogger("pyemd")
55

66
from PyEMD.CEEMDAN import CEEMDAN # noqa

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ line-length = 120
1010
[tool.isort]
1111
line_length = 120
1212
profile = "black"
13+
14+
[tool.ruff]
15+
line-length = 120

0 commit comments

Comments
 (0)