Skip to content

Commit 37d19f7

Browse files
committed
version 1.0.0
1 parent 49d228b commit 37d19f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dev:
1+
1.0.0:
22
* add iterative deconvolution and multitaper deconvolution (see #30, #31)
33
* the available deconvolve methods are
44
'time', 'waterlevel' (previously called 'freq'), 'iterative', 'multitaper'

rf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
.. _GitHub: https://github.com/trichter/rf/
269269
"""
270270

271-
__version__ = '0.9.2-dev'
271+
__version__ = '1.0.0'
272272

273273
from rf.profile import get_profile_boxes
274274
from rf.rfstream import read_rf, RFStream, rfstats

0 commit comments

Comments
 (0)