From cbb8fb301f00cc77c395356817ca64f78b1fb547 Mon Sep 17 00:00:00 2001 From: lupemba Date: Mon, 27 Apr 2026 08:37:52 +0000 Subject: [PATCH] Bump MetopDataset.jl to v0.2.3 --- README.md | 2 +- metoppy/juliapkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6f835d..a1b5729 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pip install metoppy ## Documentaion MetopPy does not yet have its own dedicated documentation page. The best resource for now is the Examples section later in this README. -Another useful resource is the [MetopDatasets.jl documentaion page](https://eumetsat.github.io/MetopDatasets.jl/v0.2.2/), which provides concrete examples of how to use the Julia version of the package, supported data formats, and additional information. +Another useful resource is the [MetopDatasets.jl documentaion page](https://eumetsat.github.io/MetopDatasets.jl/v0.2.3/), which provides concrete examples of how to use the Julia version of the package, supported data formats, and additional information. ## Dependencies diff --git a/metoppy/juliapkg.json b/metoppy/juliapkg.json index f71eb6c..d92bf02 100644 --- a/metoppy/juliapkg.json +++ b/metoppy/juliapkg.json @@ -3,7 +3,7 @@ "packages": { "MetopDatasets": { "uuid": "0c26954c-4046-4b98-a13c-f9377ca4b9b7", - "version": "0.2.2" + "version": "0.2.3" } } }