Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/dicom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/dicom-build",
"version": "7.6.2",
"version": "7.6.3",
"private": true,
"description": "@itk-wasm/dicom build configuration.",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/dicom/pixi.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
authors = ["Matt McCormick <matt@mmmccormick.com>"]
[workspace]
authors = ["Matt McCormick <matt@fideus.io>"]
channels = ["conda-forge"]
description = "Read and write files and images related to DICOM file format."
name = "dicom"
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.6.2"
__version__ = "7.6.3"

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.6.2"
__version__ = "7.6.3"
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "7.6.2"
__version__ = "7.6.3"
2 changes: 1 addition & 1 deletion packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itk-wasm/dicom",
"version": "7.6.2",
"version": "7.6.3",
"description": "Read files and images related to DICOM file format.",
"type": "module",
"module": "./dist/index.js",
Expand Down
Loading