Skip to content

Commit

Permalink
Updating the versioneering library
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Andersen committed Apr 20, 2024
1 parent 6ff56c9 commit b5b59fa
Show file tree
Hide file tree
Showing 3 changed files with 963 additions and 384 deletions.
5 changes: 2 additions & 3 deletions GMXMMPBSA/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@
__mmpbsa_version__ = "16.0"
__ambertools_version__ = "20"

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit b5b59fa

Please sign in to comment.