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 7f8ce63 commit 84a9910Copy full SHA for 84a9910
funlib/persistence/__init__.py
@@ -1,4 +1,4 @@
1
from .arrays import Array, open_ds, prepare_ds # noqa
2
3
-__version__ = "0.2.0"
+__version__ = "0.3.0"
4
__version_info__ = tuple(int(i) for i in __version__.split("."))
0 commit comments