Skip to content

Commit

Permalink
Upgrade versioneer to 0.29
Browse files Browse the repository at this point in the history
This commit is the untouched output of `versioneer install --vendor`.

Fixes cfobel#11
  • Loading branch information
dechamps committed Dec 24, 2023
1 parent 274fdf4 commit d03a10c
Show file tree
Hide file tree
Showing 3 changed files with 1,045 additions and 428 deletions.
5 changes: 2 additions & 3 deletions si_prefix/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
import math
import re

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

# Print a floating-point number in engineering notation.
# Ported from [C version][1] written by
Expand Down
Loading

0 comments on commit d03a10c

Please sign in to comment.