From af2a97c872b348948e0027e7430fe490c9b3f7e8 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 9 Jul 2018 11:37:33 +0100 Subject: [PATCH] Bumped to v.3.1.4 --- gprMax/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprMax/_version.py b/gprMax/_version.py index 4826b198..d5ac2516 100644 --- a/gprMax/_version.py +++ b/gprMax/_version.py @@ -1,4 +1,4 @@ # This is where the version number is set and read by setup.py and conf.py (for the docs) -__version__ = '3.1.3' +__version__ = '3.1.4' codename = 'Big Smoke'