Skip to content

Commit

Permalink
update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Oct 7, 2024
1 parent e1d9459 commit fb5033f
Show file tree
Hide file tree
Showing 4 changed files with 1,087 additions and 516 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.ipynb linguist-documentation
*.html linguist-documentation
espaloma/_version.py export-subst
3 changes: 3 additions & 0 deletions espaloma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
__version__ = versions["version"]
__git_revision__ = versions["full-revisionid"]
del get_versions, versions

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

0 comments on commit fb5033f

Please sign in to comment.