Skip to content

Commit

Permalink
update versioning resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
smiet committed Jul 4, 2024
1 parent 63923fe commit 628b282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/pythontools/py_spec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Running on pre-3.8 Python; use importlib-metadata package
import importlib_metadata as metadata

__version__ = metadata.version('py_spec')
__version__ = metadata.version(__package__ or __name__)

from .ci import test
from .input.spec_namelist import SPECNamelist
Expand Down

0 comments on commit 628b282

Please sign in to comment.