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