Skip to content

Commit

Permalink
Bump versioneer to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
sliedes committed Oct 14, 2024
1 parent 0fa79d8 commit f202af8
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 f202af8

Please sign in to comment.