Skip to content

Commit

Permalink
Update versioneer
Browse files Browse the repository at this point in the history
xref #8
  • Loading branch information
dcherian committed Aug 17, 2022
1 parent 318c31f commit a5e2a70
Show file tree
Hide file tree
Showing 3 changed files with 910 additions and 545 deletions.
3 changes: 3 additions & 0 deletions cupy_xarray/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
del get_versions

from .accessors import CupyDataArrayAccessor, CupyDatasetAccessor # noqa

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

0 comments on commit a5e2a70

Please sign in to comment.