Skip to content

Commit

Permalink
Update versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqwsx committed Aug 25, 2024
1 parent dfb53dd commit a66e513
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
5 changes: 2 additions & 3 deletions pinion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

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 a66e513

Please sign in to comment.