Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Mar 27, 2024
1 parent 7f8ce63 commit 84a9910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funlib/persistence/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .arrays import Array, open_ds, prepare_ds # noqa

__version__ = "0.2.0"
__version__ = "0.3.0"
__version_info__ = tuple(int(i) for i in __version__.split("."))

0 comments on commit 84a9910

Please sign in to comment.