Skip to content

Commit

Permalink
Merge pull request #47 from hugovk/update-versioneer
Browse files Browse the repository at this point in the history
Update Versioneer to 0.22
  • Loading branch information
matthew-brett authored Aug 27, 2022
2 parents bb2c0a9 + 290ba55 commit 2c7c319
Show file tree
Hide file tree
Showing 3 changed files with 859 additions and 293 deletions.
5 changes: 2 additions & 3 deletions transforms3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
from . import shears
from . import zooms

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

0 comments on commit 2c7c319

Please sign in to comment.