Skip to content

Commit

Permalink
update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiliç Ilkan Fabrice committed May 3, 2024
1 parent ea78ad9 commit 58bb4cd
Show file tree
Hide file tree
Showing 5 changed files with 1,066 additions and 545 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bluepyefe/_version.py export-subst
3 changes: 3 additions & 0 deletions bluepyefe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@

__version__ = get_versions()["version"]
del get_versions

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

0 comments on commit 58bb4cd

Please sign in to comment.