Skip to content

Commit d91abe6

Browse files
committed
chore(python): bump package version to 1.0b177
1 parent 29445be commit d91abe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)