From 33d2c8cd215c04452ed3dacb247d95563c69bd70 Mon Sep 17 00:00:00 2001 From: Tom Eulenfeld Date: Thu, 4 Jan 2024 23:09:50 +0100 Subject: [PATCH] raise version number --- CHANGELOG | 2 +- rf/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 20a471f..0f458d6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ 1.0.3: - * fix: use ax.sharey instead of join method which is unsupported in recent mpl verions + * fix: use ax.sharey instead of join method which is unsupported in recent mpl versions 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 2fdd705..4fc67d2 100644 --- a/rf/__init__.py +++ b/rf/__init__.py @@ -268,7 +268,7 @@ .. _GitHub: https://github.com/trichter/rf/ """ -__version__ = '1.0.3' +__version__ = '1.0.4-dev' from rf.profile import get_profile_boxes from rf.rfstream import read_rf, RFStream, rfstats