diff --git a/CHANGELOG b/CHANGELOG index af71b32..a7a0946 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -dev: +1.1.0: * add calculation of harmonic decomposition and corresponding plot (see #48) * update multitaper deconvolution to use the multitaper package instead of outdated mtspec (see #49) * add option to only plot stacked receiver function (see #48) diff --git a/rf/__init__.py b/rf/__init__.py index 7e56f5d..46f9528 100644 --- a/rf/__init__.py +++ b/rf/__init__.py @@ -272,7 +272,7 @@ .. _GitHub: https://github.com/trichter/rf/ """ -__version__ = '1.0.4-dev' +__version__ = '1.1.0' from rf.profile import get_profile_boxes from rf.rfstream import read_rf, RFStream, rfstats