Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
elazarcoh committed Dec 4, 2022
1 parent f95f23c commit 6e9011a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion medio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from medio.read_save import read_img, save_img, save_dir
from medio import backends, metadata, medimg, utils

__version__ = "0.4.1"
__version__ = "0.4.2"

__all__ = ["read_img", "save_img", "save_dir", "MetaData", "Affine", "__version__"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "medio"
version = "0.4.1"
version = "0.4.2"
description = "Medical images I/O Python package"
authors = [
"RSIP Vision <[email protected]>",
Expand Down

0 comments on commit 6e9011a

Please sign in to comment.