Skip to content

Commit

Permalink
updated to versioneer 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
orbeckst committed Nov 8, 2023
1 parent 51e1a03 commit 43c4ece
Show file tree
Hide file tree
Showing 3 changed files with 1,117 additions and 560 deletions.
5 changes: 5 additions & 0 deletions gromacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,3 +365,8 @@ def enable_gromacs_warnings(categories=None):
"""
filter_gromacs_warnings("always", categories=categories)


from . import _version

__version__ = _version.get_versions()["version"]
Loading

0 comments on commit 43c4ece

Please sign in to comment.