Skip to content

Commit

Permalink
Update versioneer to 0.29 (#223)
Browse files Browse the repository at this point in the history
Required for python 3.12 compatibility.
  • Loading branch information
jmuhlich authored Sep 2, 2024
1 parent 7f0c077 commit 34d505a
Show file tree
Hide file tree
Showing 3 changed files with 1,023 additions and 417 deletions.
5 changes: 2 additions & 3 deletions ashlar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Versioneer boilerplate.
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 34d505a

Please sign in to comment.