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 998a7b4 commit 40ebf11Copy full SHA for 40ebf11
funlib/persistence/__init__.py
@@ -1,4 +1,4 @@
1
from .arrays import Array, open_ds, prepare_ds # noqa
2
3
-__version__ = "0.5.3"
+__version__ = "0.5.4"
4
__version_info__ = tuple(int(i) for i in __version__.split("."))
0 commit comments