Skip to content

Commit

Permalink
Merge pull request #17 from intake/update_versioneer
Browse files Browse the repository at this point in the history
Update versioneer for python 3.12 support
  • Loading branch information
philippjfr authored Jun 13, 2024
2 parents 4256c22 + 90855e6 commit b116bae
Show file tree
Hide file tree
Showing 4 changed files with 1,048 additions and 431 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
intake_dremio/_version.py export-subst
7 changes: 2 additions & 5 deletions intake_dremio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
from ._version import get_versions

__version__ = get_versions()['version']

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

import intake # noqa

Expand Down
Loading

0 comments on commit b116bae

Please sign in to comment.