Skip to content

Commit e0d7b11

Browse files
committed
chore(image-io): bump version from image-io
1 parent edade88 commit e0d7b11

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/image-io/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/image-io-build",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"description": "Input and output for scientific and medical image file formats.",
66
"type": "module",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.5.0"

packages/image-io/python/itkwasm-image-io-emscripten/itkwasm_image_io_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__ = "1.4.0"
1+
__version__ = "1.5.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.4.0"
1+
__version__ = "1.5.0"

packages/image-io/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/image-io",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"description": "Input and output for scientific and medical image file formats.",
55
"type": "module",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)