Skip to content

Commit d35b2f6

Browse files
authored
Merge pull request #1578 from thewtex/itkwasm-bump
chore(itkwasm): bump version to 1.0b200
2 parents 4912b84 + d5fed10 commit d35b2f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.0b199"
3+
__version__ = "1.0b200"
44

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

0 commit comments

Comments
 (0)