diff --git a/docs/guides/install.md b/docs/guides/install.md index c306d28..86c0e31 100644 --- a/docs/guides/install.md +++ b/docs/guides/install.md @@ -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 @@ -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: diff --git a/pyproject.toml b/pyproject.toml index bf66fe0..729eec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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="eghbali68@gmail.com"}, {email = "reza.eghbali@ucsf.edu"}