Skip to content

Commit b1b8d5c

Browse files
authored
Merge pull request #1442 from thewtex/artifact-bump
artifact bump
2 parents 3930cf3 + a8ded41 commit b1b8d5c

File tree

35 files changed

+18
-8
lines changed

35 files changed

+18
-8
lines changed

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,13 @@ packages/dicom/python/itkwasm-dicom/tests/
108108
packages/downsample/python/itkwasm-downsample-emscripten/tests/
109109
packages/downsample/python/itkwasm-downsample/tests/
110110
packages/image-io/python/itkwasm-image-io-emscripten/tests/
111+
112+
packages/compare-meshes/typescript/test/browser/demo-app/
113+
packages/mesh-filters/python/itkwasm-mesh-filters-emscripten/
114+
packages/mesh-filters/python/itkwasm-mesh-filters-wasi/README.md
115+
packages/mesh-filters/python/itkwasm-mesh-filters-wasi/itkwasm_mesh_filters_wasi/
116+
packages/mesh-filters/python/itkwasm-mesh-filters-wasi/pyproject.toml
117+
packages/mesh-filters/python/itkwasm-mesh-filters/
118+
119+
examples/different-input-types/overlay.png
120+
examples/hello-world/emscripten-build/

packages/compare-images/python/itkwasm-compare-images-emscripten/itkwasm_compare_images_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/compress-stringify/python/itkwasm-compress-stringify-emscripten/itkwasm_compress_stringify_emscripten/js_package.py

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/core/python/itkwasm/itkwasm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""itkwasm: Python interface to itk-wasm WebAssembly modules."""
22

3-
__version__ = "1.0b194"
3+
__version__ = "1.0b195"
44

55
from .interface_types import InterfaceTypes
66
from .image import Image, ImageType, ImageRegion

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.

0 commit comments

Comments
 (0)