From 25e58384b555316ff219c4d06e87e39299414e3e Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Wed, 13 Nov 2024 09:44:22 -0300 Subject: [PATCH] Bump version to 0.7.0 --- foamlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foamlib/__init__.py b/foamlib/__init__.py index 50257a4..a97f5c1 100644 --- a/foamlib/__init__.py +++ b/foamlib/__init__.py @@ -1,6 +1,6 @@ """A Python interface for interacting with OpenFOAM.""" -__version__ = "0.6.15" +__version__ = "0.7.0" from ._cases import ( AsyncFoamCase,