From 382f48c292bfdb67a882a789009f1baf1017325e Mon Sep 17 00:00:00 2001 From: k204230 <bergemann@dkrz.de> Date: Mon, 11 Jul 2022 14:20:17 +0200 Subject: [PATCH] Bump version --- src/freva_deployment/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freva_deployment/__init__.py b/src/freva_deployment/__init__.py index 63758f9..9540f17 100644 --- a/src/freva_deployment/__init__.py +++ b/src/freva_deployment/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2205.1.7" +__version__ = "2205.1.8" AVAILABLE_PYTHON_VERSIONS = ["3.7", "3.8", "3.9", "3.10"] AVAILABLE_CONDA_ARCHS = [ "Linux-x86_64", -- GitLab