Skip to content

Commit 9c7172a

Browse files
shoyerXarray-Beam authors
authored and
Xarray-Beam authors
committed
[xarray-beam] update a missing version number
PiperOrigin-RevId: 489574725
1 parent f031c06 commit 9c7172a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
setuptools.setup(
4444
name='xarray-beam',
45-
version='0.4.1',
45+
version='0.5.1',
4646
license='Apache 2.0',
4747
author='Google LLC',
4848
author_email='[email protected]',

xarray_beam/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
DatasetToZarr,
4646
)
4747

48-
__version__ = '0.5.0'
48+
__version__ = '0.5.1'

0 commit comments

Comments
 (0)