Skip to content

Commit

Permalink
re-add versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope authored Oct 19, 2024
1 parent d8d0e4a commit 0fa195e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion distopia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
'calc_self_distance_array_no_box',
'calc_self_distance_array_ortho',
'calc_self_distance_array_triclinic',
]
]

from importlib.metadata import version
__version__ = version("distopia")

0 comments on commit 0fa195e

Please sign in to comment.