Skip to content

Commit

Permalink
bump up versioneer to fix 3.12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Oct 27, 2023
1 parent 6aac494 commit 0cf4856
Show file tree
Hide file tree
Showing 4 changed files with 1,047 additions and 425 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
membrane_curvature/_version.py export-subst
3 changes: 3 additions & 0 deletions membrane_curvature/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,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 0cf4856

Please sign in to comment.