From 77b32d0543ac8096502493ba6793d9331b06ed34 Mon Sep 17 00:00:00 2001 From: Jan Pipek Date: Thu, 14 Aug 2014 14:36:52 +0200 Subject: [PATCH] Set version to 0.1.5 --- README | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 57f6f83..1e419e4 100644 --- a/README +++ b/README @@ -17,6 +17,7 @@ To Do * MRI images support * RT dose images support * Integration of anonymizition features (see https://github.com/janpipek/anonymize_dicom ) +* Information from the DICOM file in user-friendly display Dependencies ------------ diff --git a/setup.py b/setup.py index 502a8df..920c6a7 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='pydiq', - version='0.1.4', + version='0.1.5', packages=find_packages(), license='MIT', description='Simple open-source DICOM browser/viewer in Python and Qt4.',