From 8ab5bb1ab166258654daa1355b350545e3375621 Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Thu, 17 Oct 2024 00:08:19 -0300 Subject: [PATCH] Bump version to 0.6.7 --- foamlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foamlib/__init__.py b/foamlib/__init__.py index e745d30..f6c58dc 100644 --- a/foamlib/__init__.py +++ b/foamlib/__init__.py @@ -1,6 +1,6 @@ """A Python interface for interacting with OpenFOAM.""" -__version__ = "0.6.6" +__version__ = "0.6.7" from ._cases import ( AsyncFoamCase,