Skip to content

Commit

Permalink
touch __init__ to release
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Mar 19, 2024
1 parent 577b6a9 commit 7b76e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PyEMD/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging

__version__ = "1.6.0"
logger = logging.getLogger("pyemd")
__version__ = "1.6.0" # noqa
logger = logging.getLogger("pyemd") # noqa

from PyEMD.CEEMDAN import CEEMDAN # noqa
from PyEMD.EEMD import EEMD # noqa
Expand Down

0 comments on commit 7b76e54

Please sign in to comment.