Skip to content

Commit

Permalink
fixed typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Feb 27, 2024
1 parent f29dd22 commit e244b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metplus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 *
Expand Down

0 comments on commit e244b7f

Please sign in to comment.