From 34e61a5afcf40849c44494f8856d12fd7f34a04e Mon Sep 17 00:00:00 2001 From: friedenhe Date: Wed, 5 Aug 2020 18:13:14 -0400 Subject: [PATCH] Updated the version in __init__.py. --- dafoam/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dafoam/__init__.py b/dafoam/__init__.py index e09d40c1..0287ff44 100755 --- a/dafoam/__init__.py +++ b/dafoam/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.0.0' +__version__ = '2.0.2' from mpi4py import MPI