We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438890a commit 7f58809Copy full SHA for 7f58809
PyEMD/__init__.py
@@ -1,6 +1,6 @@
1
import logging
2
3
-__version__ = "1.7.0"
+__version__ = "1.7.1"
4
logger = logging.getLogger("pyemd")
5
6
from PyEMD.CEEMDAN import CEEMDAN # noqa
pyproject.toml
@@ -10,3 +10,6 @@ line-length = 120
10
[tool.isort]
11
line_length = 120
12
profile = "black"
13
+
14
+[tool.ruff]
15
+line-length = 120
0 commit comments