From 16cb4cb282b99c73d86c768b56241797c9633e63 Mon Sep 17 00:00:00 2001 From: Andreas Holm <60451789+holm10@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:45:13 -0800 Subject: [PATCH] Ensures uedge_ver is up-to-date with Python Does not address any BASIS-related issues --- pyscripts/__init__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pyscripts/__init__.py b/pyscripts/__init__.py index b55e0f0d..c86b9699 100755 --- a/pyscripts/__init__.py +++ b/pyscripts/__init__.py @@ -29,3 +29,8 @@ with open(_homefile) as f: exec(open(_homefile).read()) +# +# Ensure that the UEDGE internal version matches the Python release +# + +uedge.bbb.uedge_ver = __version__