Skip to content

Commit

Permalink
fix: upgrade versioneer and change to non-vendored mode for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 committed Nov 18, 2023
1 parent 6404e0b commit 53dcf74
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 1,983 deletions.
5 changes: 2 additions & 3 deletions caput/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
tod
weighted_median
"""
from ._version import get_versions
from . import _version

__version__ = get_versions()["version"]
del get_versions
__version__ = _version.get_versions()["version"]
Loading

0 comments on commit 53dcf74

Please sign in to comment.