Skip to content

Commit

Permalink
fixed typo in package name
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 7, 2022
1 parent 2a9503c commit cba505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagmc_geometry_slice_plotter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
except (ModuleNotFoundError, ImportError):
from importlib_metadata import version, PackageNotFoundError
try:
__version__ = version("dagmc_geommetry_slice_plotter")
__version__ = version("dagmc_geometry_slice_plotter")
except PackageNotFoundError:
from setuptools_scm import get_version

Expand Down

0 comments on commit cba505c

Please sign in to comment.