Skip to content

Commit

Permalink
Merge pull request #20 from davidzchen/versioneer
Browse files Browse the repository at this point in the history
Update versioneer.py to 0.29
  • Loading branch information
leoetlino authored Jun 19, 2024
2 parents f79c6b7 + e455eb5 commit 849d61b
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
5 changes: 2 additions & 3 deletions byml/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .byml import *

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 849d61b

Please sign in to comment.