Skip to content

Commit

Permalink
Update versioneer (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijpulidos authored Feb 29, 2024
1 parent 59c6bcc commit 7349621
Show file tree
Hide file tree
Showing 4 changed files with 1,175 additions and 846 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
espaloma_charge/_version.py export-subst
3 changes: 3 additions & 0 deletions espaloma_charge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
from .app import charge
# from .espaloma_wrapper import EspalomaChargeToolkitWrapper

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

0 comments on commit 7349621

Please sign in to comment.