Skip to content

Commit

Permalink
Merge pull request #1278 from thewtex/create-itk-wasm-bump
Browse files Browse the repository at this point in the history
create itk wasm bump
  • Loading branch information
thewtex authored Nov 26, 2024
2 parents dc66568 + 56a8689 commit d34d2ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/core/typescript/create-itk-wasm/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/
test/
native/
2 changes: 1 addition & 1 deletion packages/core/typescript/create-itk-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-itk-wasm",
"version": "1.2.0",
"version": "2.0.0",
"description": "CLI to create a new ITK-Wasm project or add a pipeline to an existing project.",
"type": "module",
"exports": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pytest = ">=8.3.3,<9"
[feature.python.pypi-dependencies]
pyodide-py = ">=0.26.3, <0.27"
pytest-pyodide = ">=0.58.3, <0.59"
itkwasm = ">=1.0b180, <2"
itkwasm = ">=1.0b185, <2"
[tasks.build-python]
cmd = "pnpm run build:gen:python"
Expand Down

0 comments on commit d34d2ae

Please sign in to comment.