From 8317ab0a6b1d9efdcdcb8591c181790123741938 Mon Sep 17 00:00:00 2001 From: Baudouin Raoult Date: Mon, 12 Feb 2024 09:06:53 +0000 Subject: [PATCH] Support for step zero --- ai_models_graphcast/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_models_graphcast/__init__.py b/ai_models_graphcast/__init__.py index 57c6077..1dc7578 100644 --- a/ai_models_graphcast/__init__.py +++ b/ai_models_graphcast/__init__.py @@ -5,4 +5,4 @@ # granted to it by virtue of its status as an intergovernmental organisation # nor does it submit to any jurisdiction. -__version__ = "0.0.5" +__version__ = "0.0.6"