Skip to content

Commit

Permalink
version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jan 21, 2021
1 parent 49d228b commit 37d19f7
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.0.0:
* add iterative deconvolution and multitaper deconvolution (see #30, #31)
* the available deconvolve methods are
'time', 'waterlevel' (previously called 'freq'), 'iterative', 'multitaper'
Expand Down
2 changes: 1 addition & 1 deletion rf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
.. _GitHub: https://github.com/trichter/rf/
"""

__version__ = '0.9.2-dev'
__version__ = '1.0.0'

from rf.profile import get_profile_boxes
from rf.rfstream import read_rf, RFStream, rfstats
Expand Down

0 comments on commit 37d19f7

Please sign in to comment.