Skip to content

Commit 3c52104

Browse files
committed
chore(dicom): bump version to 7.0.0
apply-presentation-state-to-image does not have color image support following the DCMTK bump per 972515d.
1 parent fd8a874 commit 3c52104

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.0.0"
1+
__version__ = "7.0.0"

packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.0.0"
1+
__version__ = "7.0.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "6.0.0"
1+
__version__ = "7.0.0"

packages/dicom/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@itk-wasm/dicom",
3-
"version": "6.0.1",
3+
"version": "7.0.0",
44
"packageManager": "[email protected]",
55
"description": "Read files and images related to DICOM file format.",
66
"type": "module",

0 commit comments

Comments
 (0)