We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f1facf commit 6ac4705Copy full SHA for 6ac4705
funlib/persistence/__init__.py
@@ -1,4 +1,4 @@
1
from .arrays import Array, open_ds, prepare_ds # noqa
2
3
-__version__ = "0.5.0"
+__version__ = "0.5.1"
4
__version_info__ = tuple(int(i) for i in __version__.split("."))
0 commit comments