Skip to content

Commit

Permalink
chore(Python): bump itkwasm version to 1.0b178
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 10, 2024
1 parent a74f506 commit e5d17e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/python/itkwasm/itkwasm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""itkwasm: Python interface to itk-wasm WebAssembly modules."""

__version__ = "1.0b177"
__version__ = "1.0b178"

from .interface_types import InterfaceTypes
from .image import Image, ImageType, ImageRegion
Expand Down

0 comments on commit e5d17e2

Please sign in to comment.