Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trichter committed Jan 4, 2024
1 parent 2f79845 commit f0f0bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.0.3:
* fix: use ax.sharey instead of join method which is unsupported in recent mpl verions
1.0.2:
* enhance compatibility with SeismicHandler (see #37, #38)
* fix: replace np.asscalar
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__ = '1.0.3-dev'
__version__ = '1.0.3'

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

0 comments on commit f0f0bcf

Please sign in to comment.