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