Skip to content

Commit

Permalink
bump version to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbstadler committed Feb 8, 2024
1 parent 1d90f59 commit ea7cbc4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3"
version = "0.1.4"
description = "Give easy, high-level access to ome-zarr filesets."
readme = { file = "README.md", content-type = "text/markdown" }
authors = [
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.3'
__version__ = '0.1.4'
__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.3'
__version__ = '0.1.4'
__author__ = 'Silvia Barbiero, Michael Stadler'


Expand Down
2 changes: 1 addition & 1 deletion src/ez_zarr/plotting.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Helpful functions for plotting and working with image arrays."""

__all__ = ['zproject']
__version__ = '0.1.3'
__version__ = '0.1.4'
__author__ = 'Silvia Barbiero, Michael Stadler'


Expand Down

0 comments on commit ea7cbc4

Please sign in to comment.