Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed May 24, 2024
1 parent 4e5c58b commit f7224ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion rf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7224ba

Please sign in to comment.