Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
First fully open source version
  • Loading branch information
jond01 committed Jul 24, 2020
1 parent a979f0f commit c900977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion medio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from medio.read_save import read_img, save_img, save_dir
from medio import backends, metadata, medimg, utils

__version__ = '0.2.0'
__version__ = '0.3.0'

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

0 comments on commit c900977

Please sign in to comment.