Skip to content

Commit

Permalink
Update versioneer for Python 3.12 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
leoetlino committed Jun 19, 2024
1 parent a261518 commit 0d05c4c
Show file tree
Hide file tree
Showing 4 changed files with 1,046 additions and 429 deletions.
5 changes: 2 additions & 3 deletions sarc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from .sarc 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 0d05c4c

Please sign in to comment.