Skip to content

Commit

Permalink
hard code the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored May 31, 2024
1 parent d8b3965 commit 6afbcb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions xee/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@


assert sys.version_info >= (3, 8)
try:
__version__ = importlib.metadata.version('xee') or 'unknown'
except importlib.metadata.PackageNotFoundError:
__version__ = 'unknown'

__version__ = "0.0.14"

# Chunks type definition taken from Xarray
# https://github.com/pydata/xarray/blob/f13da94db8ab4b564938a5e67435ac709698f1c9/xarray/core/types.py#L173
Expand Down

0 comments on commit 6afbcb6

Please sign in to comment.