From e244b7f27920500dd94b948a68cf99136c12b3a4 Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Tue, 27 Feb 2024 11:54:23 -0700 Subject: [PATCH] fixed typo in variable name --- metplus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metplus/__init__.py b/metplus/__init__.py index 4a525bb39..02a6079cf 100644 --- a/metplus/__init__.py +++ b/metplus/__init__.py @@ -21,7 +21,7 @@ def get_metplus_info(info_rel_path): __version__ = get_metplus_version() __release_date__ = get_metplus_release_date() -__python__version = get_python_version() +__python_version__ = get_python_version() # import util and wrappers from .util import *