Skip to content

Commit

Permalink
updated versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
kohleman committed Sep 24, 2024
1 parent 9167957 commit 7b3e9bf
Show file tree
Hide file tree
Showing 3 changed files with 1,086 additions and 501 deletions.
3 changes: 3 additions & 0 deletions besca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@

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

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

0 comments on commit 7b3e9bf

Please sign in to comment.