Skip to content

Commit

Permalink
switch package name
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Jan 7, 2024
1 parent 13789bd commit f69c70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridData/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@
__all__ = ['Grid', 'OpenDX', 'gOpenMol', 'mrc']

from importlib.metadata import version
__version__ = version("gridData")
__version__ = version("GridDataFormats")

0 comments on commit f69c70b

Please sign in to comment.