From c9601acd59db13265fe62890f6e99fe85fdf26c6 Mon Sep 17 00:00:00 2001 From: Jakob Wessel Date: Mon, 13 Nov 2023 17:23:42 +0000 Subject: [PATCH] Bump version for new release --- ibicus/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibicus/__meta__.py b/ibicus/__meta__.py index 0181326..f010b72 100644 --- a/ibicus/__meta__.py +++ b/ibicus/__meta__.py @@ -9,7 +9,7 @@ """Container for ibicus metadata.""" __name__ = "ibicus" -__version__ = "1.0.3" +__version__ = "1.0.4" __author__ = "Fiona Spuler, Jakob Wessel & European Centre for Medium-Range Weather Forecasts (ECMWF)" __author_email__ = "ibicus.py@gmail.com" __license__ = "Apache License Version 2.0"