From bbe74219f7a1a77742c9de5bdd7ff11e1e170212 Mon Sep 17 00:00:00 2001 From: bjorn-stevens <64255981+bjorn-stevens@users.noreply.github.com> Date: Sat, 20 Aug 2022 09:33:13 +0200 Subject: [PATCH] v0.6 tag -- no changes --- moist_thermodynamics/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moist_thermodynamics/__init__.py b/moist_thermodynamics/__init__.py index da2f7e8..ee6887c 100644 --- a/moist_thermodynamics/__init__.py +++ b/moist_thermodynamics/__init__.py @@ -2,4 +2,4 @@ from .functions import * from . import constants -__version__ = "0.5.0" +__version__ = "0.6.0" -- GitLab