From 6c11a49fe6177a10ab3927ed4ddd8125a88ab798 Mon Sep 17 00:00:00 2001 From: Guillaum Date: Thu, 21 Jan 2021 00:22:31 +0100 Subject: [PATCH] update to v1.2.0 --- src/emagpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emagpy/__init__.py b/src/emagpy/__init__.py index 78a2e0a..22e0f4e 100644 --- a/src/emagpy/__init__.py +++ b/src/emagpy/__init__.py @@ -5,7 +5,7 @@ @author: jkl """ -EMagPy_version = '1.1.0' +EMagPy_version = '1.2.0' name = 'emagpy' from emagpy.Problem import Problem from emagpy.Survey import Survey