Skip to content

Commit

Permalink
ENH: Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 17, 2022
1 parent 751de05 commit de9c446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shardedstore.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Provides a sharded Zarr store."""

__version__ = "0.3.0"
__version__ = "0.3.1"

from typing import Any, Dict, Optional, Tuple, Callable
from pathlib import PurePosixPath, Path
Expand Down

0 comments on commit de9c446

Please sign in to comment.