Skip to content

Commit

Permalink
switch to versioningit
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Nov 9, 2023
1 parent b47ed65 commit d31708f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 2,356 deletions.
4 changes: 4 additions & 0 deletions mdaencore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"""\
Structural ensemble analysis package.
"""
from importlib.metadata import version

__version__ = version("mdaencore")

from .similarity import hes, ces, dres, \
ces_convergence, dres_convergence

Expand Down
Loading

0 comments on commit d31708f

Please sign in to comment.