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