From d10ef47ae40654c49fb7808b59b411af2f649110 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 13 Feb 2017 09:56:19 +0000 Subject: [PATCH] Fixed missing argument in current function calls with snapshots. Occurred due to updating function arguments for calculating currents. --- gprMax/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/_version.py b/gprMax/_version.py index c1bb5e27..ba6b3adb 100644 --- a/gprMax/_version.py +++ b/gprMax/_version.py @@ -1,3 +1,3 @@ # This is where the version number is set and read by setup.py and conf.py (for the docs) -__version__ = '3.0.15' +__version__ = '3.0.16'