Skip to content

Commit

Permalink
Merge pull request #60 from reghbali/reghbali_version_0.1.1
Browse files Browse the repository at this point in the history
version update to 0.1.1
  • Loading branch information
reghbali authored Sep 22, 2024
2 parents 25aa86d + 091d726 commit 8d87280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/guides/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pip install --upgrade build
Run the following commands in the parent pyalfe directory to build the whl file and install pyalfe
```bash
python -m build
pip install dist/pyalfe-0.1.0-py3-none-any.whl
pip install dist/pyalfe-0.1.1-py3-none-any.whl
```

### Download models
Expand All @@ -65,7 +65,7 @@ pip install -e '.[radiomics]'
```
when performing a build and install
```bash
pip install 'dist/pyalfe-0.1.0-py3-none-any.whl[radiomics]'
pip install 'dist/pyalfe-0.1.1-py3-none-any.whl[radiomics]'
```

If you want to use ants registration tool, you can install pyalfe with ants support:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyalfe"
version = "0.1.0"
version = "0.1.1"
authors = [
{name = "Reza Eghbali", email="[email protected]"},
{email = "[email protected]"}
Expand Down

0 comments on commit 8d87280

Please sign in to comment.