From 9a93bd81811d2836ac816e7d61af0ead61ab6c7c Mon Sep 17 00:00:00 2001 From: Jakob Wessel Date: Sun, 24 Sep 2023 16:35:15 +0100 Subject: [PATCH] Bump version number 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 7c83167..0181326 100644 --- a/ibicus/__meta__.py +++ b/ibicus/__meta__.py @@ -9,7 +9,7 @@ """Container for ibicus metadata.""" __name__ = "ibicus" -__version__ = "1.0.2" +__version__ = "1.0.3" __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"