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 d89eab8 commit 4b207bf
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 1,975 deletions.
5 changes: 2 additions & 3 deletions ch_util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
timing
tools
"""
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 4b207bf

Please sign in to comment.