Skip to content

Commit

Permalink
Merge pull request #105 from sliedes/versioneer-0.29
Browse files Browse the repository at this point in the history
Bump versioneer to 0.29
  • Loading branch information
jonathanj authored Oct 17, 2024
2 parents 0fa79d8 + f202af8 commit 4dfa89a
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
5 changes: 2 additions & 3 deletions src/eliottree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
'colored',
]

from ._version import get_versions # noqa: E402
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit 4dfa89a

Please sign in to comment.