Skip to content

Commit

Permalink
chore: bump version to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laszukdawid committed Sep 8, 2024
1 parent 2bd11be commit bd64d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyEMD/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import logging

__version__ = "1.6.0"
__version__ = "1.6.2"
logger = logging.getLogger("pyemd")

from PyEMD.CEEMDAN import CEEMDAN # noqa
Expand Down

0 comments on commit bd64d2e

Please sign in to comment.