Skip to content

Commit

Permalink
Merge pull request #488 from LAndersen1/master
Browse files Browse the repository at this point in the history
Updating the versioneering library
  • Loading branch information
Valdes-Tresanco-MS committed Apr 30, 2024
2 parents 6ff56c9 + b5b59fa commit 2b7a8be
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 2b7a8be

Please sign in to comment.