Skip to content

Commit

Permalink
upgrade versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Oct 22, 2021
1 parent 659bf10 commit be83bc3
Show file tree
Hide file tree
Showing 3 changed files with 572 additions and 211 deletions.
5 changes: 2 additions & 3 deletions pyprep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from pyprep.prep_pipeline import PrepPipeline # noqa: F401
from pyprep.reference import Reference # noqa: F401

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 be83bc3

Please sign in to comment.