From 130635edec39bb1c3225130c2eed3f37ddc5b99b Mon Sep 17 00:00:00 2001 From: Jakob Wessel Date: Thu, 7 Mar 2024 18:20:24 +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 c201c94..256e4a2 100644 --- a/ibicus/__meta__.py +++ b/ibicus/__meta__.py @@ -9,7 +9,7 @@ """Container for ibicus metadata.""" __name__ = "ibicus" -__version__ = "1.1.0" +__version__ = "1.1.1" __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"