Skip to content

Commit

Permalink
increment the patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 11, 2024
1 parent 7f1facf commit 6ac4705
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.5.0"
__version__ = "0.5.1"
__version_info__ = tuple(int(i) for i in __version__.split("."))

0 comments on commit 6ac4705

Please sign in to comment.