We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397fa43 commit 4edfc7bCopy full SHA for 4edfc7b
funlib/persistence/__init__.py
@@ -1,4 +1,4 @@
1
from .arrays import Array, open_ds, prepare_ds # noqa
2
3
-__version__ = "0.3.0"
+__version__ = "0.4.0"
4
__version_info__ = tuple(int(i) for i in __version__.split("."))
0 commit comments