Skip to content

Commit

Permalink
bump: version 0.4.3 → 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2024
1 parent 728cc86 commit ecc4c6e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.4.4 (2024-11-12)

### Fix

- :bug: Able to handle OPTOS PSEUDOCOLOUR_ULTRAWIDEFIELD modality

## v0.4.3 (2024-11-12)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion process_dcm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.3"
__version__ = "0.4.4"
2 changes: 1 addition & 1 deletion process_dcm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def main(
) -> None:
"""Process DICOM files in subfolders, extract images and metadata using parallel processing.
Version: 0.4.3
Version: 0.4.4
"""
task_processor = partial(
process_task,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "process-dcm"
version = "0.4.3"
version = "0.4.4"
description = "Python library and app to extract images from DCM in private-eye format"
authors = ["Alan Silva <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ecc4c6e

Please sign in to comment.