Skip to content

Commit

Permalink
update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Oct 12, 2023
1 parent 6fe5f25 commit b3e92a3
Show file tree
Hide file tree
Showing 4 changed files with 1,045 additions and 422 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openmmforcefields/_version.py export-subst
3 changes: 3 additions & 0 deletions openmmforcefields/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
__version__ = versions['version']
__git_revision__ = versions['full-revisionid']
del get_versions, versions

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

0 comments on commit b3e92a3

Please sign in to comment.