Skip to content

Commit

Permalink
Merge pull request #89 from KitwareMedical/v1.0.13_Release
Browse files Browse the repository at this point in the history
v1.0.13 Release
  • Loading branch information
pchoisel authored Sep 3, 2024
2 parents 609de14 + 08af6b2 commit 0a60216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ The sources files can be packaged by using:
`python ./setup.py bdist_wheel`

This command will generate a wheel package in `dist` folder which can be then installed as a python package using
`pip install ./dist/dicom_anonymizer-1.0.12-py2.py3-none-any.whl`
`pip install ./dist/dicom_anonymizer-1.0.13-py2.py3-none-any.whl`

On Windows, if you see a warning message
`'./dist/dicom_anonymizer-1.0.12-py2.py3-none-any.whl' looks like a filename, but the file does not exist`,
`'./dist/dicom_anonymizer-1.0.13-py2.py3-none-any.whl' looks like a filename, but the file does not exist`,
this could be due to pip not being able to handle relative path (See issue https://github.com/pypa/pip/issues/10808). As a work-around, change directory to `dist` and then install it using
`pip install dicom_anonymizer-1.0.12-py2.py3-none-any.whl`
`pip install dicom_anonymizer-1.0.13-py2.py3-none-any.whl`


Installing this package will also install an executable named `dicom-anonymizer`. In order to use it, please refer to the next section.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="dicom_anonymizer", # Required
version="1.0.12", # Required
version="1.0.13", # Required
author="Laurenn Lam",
author_email="laurenn.lam@kitware.com",
description="Program to anonymize dicom files with default and custom rules",
Expand Down

0 comments on commit 0a60216

Please sign in to comment.