Skip to content

Commit f0f0bcf

Browse files
committed
v1.0.3
1 parent 2f79845 commit f0f0bcf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
1.0.3:
2+
* fix: use ax.sharey instead of join method which is unsupported in recent mpl verions
13
1.0.2:
24
* enhance compatibility with SeismicHandler (see #37, #38)
35
* fix: replace np.asscalar

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__ = '1.0.3-dev'
271+
__version__ = '1.0.3'
272272

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

0 commit comments

Comments
 (0)