Skip to content

Commit da0ec66

Browse files
committed
v0.6.1
bump version patch
1 parent cb82968 commit da0ec66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funlib/persistence/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .arrays import Array, open_ds, prepare_ds, open_ome_ds, prepare_ome_ds # noqa
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.6.1"
44
__version_info__ = tuple(int(i) for i in __version__.split("."))

0 commit comments

Comments
 (0)