Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed Apr 19, 2020
1 parent 1d6f61b commit 63728da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This package unifies the io engines of itk, nibabel, and pydicom packages in a s
It includes translation between the metadata conventions, reorientations, affine matrix computation.

# Installation
Download the [whl file](/uploads/91bec50735e83a99cbfffcd0e53371bb/medio-0.1.0-py3-none-any.whl)
Download the [whl file](https://drive.google.com/open?id=14p4THPoeQ55uWUCJ5KkgEA-5oB4tzeWZ)
and install it with:
```
(<env-name>) C:\Users\<username>\Downloads>pip install medio-0.1.0-py3-none-any.whl
(<env-name>) C:\Users\<username>\Downloads>pip install medio-0.1.1-py3-none-any.whl
```
This will install the medio python package and its dependencies in your environment.

Expand Down
2 changes: 1 addition & 1 deletion medio/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from medio.read_save import read_img, save_img, save_dir
from medio import backends, metadata, utils, medimg

__version__ = '0.1.0'
__version__ = '0.1.1'

__all__ = ['read_img', 'save_img', 'save_dir', '__version__']

0 comments on commit 63728da

Please sign in to comment.