Skip to content

Commit

Permalink
Merge pull request #168 from moggers87/166-attribute-error-configparser
Browse files Browse the repository at this point in the history
Update versioneer to 0.29
  • Loading branch information
moggers87 authored Mar 29, 2024
2 parents 14465b4 + 238126e commit efd1027
Show file tree
Hide file tree
Showing 4 changed files with 1,049 additions and 423 deletions.
5 changes: 2 additions & 3 deletions salmon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from ._version import get_versions
from . import _version

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

0 comments on commit efd1027

Please sign in to comment.