Skip to content

Commit

Permalink
bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstadler committed Jan 30, 2024
1 parent cb58949 commit 83947ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ez_zarr"
version = "0.1.1"
version = "0.1.2"
description = "Give easy, high-level access to ome-zarr filesets."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [{ name = "Silvia Barbiero", email = "[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion src/ez_zarr/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.1'
__version__ = '0.1.2'
__author__ = 'Silvia Barbiero, Michael Stadler'
2 changes: 1 addition & 1 deletion src/ez_zarr/hcs_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__all__ = ['FractalZarr', 'FractalZarrSet']
__version__ = '0.1.1'
__version__ = '0.1.2'
__author__ = 'Silvia Barbiero, Michael Stadler'


Expand Down

0 comments on commit 83947ca

Please sign in to comment.