Skip to content

Commit

Permalink
build(itk-wasm): bump for itk-5.3rc4.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 11, 2022
1 parent 7c05f2d commit 8dde82e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/python/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.0b0"
__version__ = "1.0b1"

from .image import Image, ImageType
from .mesh import Mesh, MeshType
Expand All @@ -13,4 +13,4 @@
"MeshType",
"PointSet",
"PointSetType",
]
]
4 changes: 2 additions & 2 deletions src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Source = "https://github.com/InsightSoftwareConsortium/itk-wasm"

[project.optional-dependencies]
test = [
"itk>=5.3rc4",
"itk>=5.3rc4.post1",
"pytest >=2.7.3",
]
doc = ["sphinx"]
doc = ["sphinx"]

0 comments on commit 8dde82e

Please sign in to comment.