Skip to content

Commit

Permalink
bump: version 0.4.5 → 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 13, 2024
1 parent ad40e57 commit 73bf99b
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.6 (2024-11-13)

### Fix

- :bug: Avoid overwriting images in some scenarios

## v0.4.5 (2024-11-13)

### 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.5"
__version__ = "0.4.6"
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.5
Version: 0.4.6
"""
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.5"
version = "0.4.6"
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 73bf99b

Please sign in to comment.