Skip to content

Commit ab78511

Browse files
authored
Merge pull request #1464 from thewtex/dicom-bump
dicom bump
2 parents 5aab6a5 + 43abb81 commit ab78511

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

packages/dicom/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-build",
3-
"version": "7.6.2",
3+
"version": "7.6.3",
44
"private": true,
55
"description": "@itk-wasm/dicom build configuration.",
66
"type": "module",

packages/dicom/pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
[project]
2-
authors = ["Matt McCormick <matt@mmmccormick.com>"]
1+
[workspace]
2+
authors = ["Matt McCormick <matt@fideus.io>"]
33
channels = ["conda-forge"]
44
description = "Read and write files and images related to DICOM file format."
55
name = "dicom"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.6.2"
1+
__version__ = "7.6.3"

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__ = "7.6.2"
1+
__version__ = "7.6.3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "7.6.2"
1+
__version__ = "7.6.3"

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": "7.6.2",
3+
"version": "7.6.3",
44
"description": "Read files and images related to DICOM file format.",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)