diff --git a/ChangeLog.txt b/ChangeLog.txt index 8d8758e..b5a4c11 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,9 @@ Stockwell - Time-frequency analysis through Stockwell transform. (c) 2021 Claudio Satriano +v1.0.3 - 2021-09-15 + - Automated wheel building and deploy to PyPI + v1.0.2 - 2021-09-15 - Updated install instructions in README - Copy FFTW3 dynamic library into macOS wheel diff --git a/stockwell/version.py b/stockwell/version.py index a6221b3..3f6fab6 100644 --- a/stockwell/version.py +++ b/stockwell/version.py @@ -1 +1 @@ -__version__ = '1.0.2' +__version__ = '1.0.3'