Skip to content

Commit ed902ce

Browse files
committed
bump version (patched a bug)
1 parent 953297d commit ed902ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 # noqa
22

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

0 commit comments

Comments
 (0)