Skip to content

Commit 8d2b7c1

Browse files
shoyercopybara-github
authored andcommitted
Increment xarray-tensorstore version number
PiperOrigin-RevId: 694646050
1 parent debcafa commit 8d2b7c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setuptools.setup(
2020
name='xarray-tensorstore',
21-
version='0.1.4', # keep in sync with xarray_tensorstore.py
21+
version='0.1.5', # keep in sync with xarray_tensorstore.py
2222
license='Apache 2.0',
2323
author='Google LLC',
2424
author_email='noreply@google.com',

xarray_tensorstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
from xarray.core import indexing
2727

2828

29-
__version__ = '0.1.4' # keep in sync with setup.py
29+
__version__ = '0.1.5' # keep in sync with setup.py
3030

3131

3232
Index = TypeVar('Index', int, slice, np.ndarray, None)

0 commit comments

Comments
 (0)