From f0f0bcf4750d80cc62cc424ef6a952de8d8befe0 Mon Sep 17 00:00:00 2001 From: Tom Eulenfeld Date: Thu, 4 Jan 2024 17:39:21 +0100 Subject: [PATCH] v1.0.3 --- CHANGELOG | 2 ++ rf/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 4682957..20a471f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/rf/__init__.py b/rf/__init__.py index 9aa17c1..2fdd705 100644 --- a/rf/__init__.py +++ b/rf/__init__.py @@ -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