diff --git a/requirements.txt b/requirements.txt index 2df89a5..edc6ecb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ chrisapp~=2.5.3 nose~=1.3.7 # pyorthanc -orthanc-api-client~=0.14.4 +orthanc-api-client loguru pftag==1.2.22 pflog==1.2.26 diff --git a/setup.py b/setup.py index d540da5..6ebc435 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = 'orthanc_push', - version = '1.2.6', + version = '1.2.7', description = 'An app to push/upload dicoms to an orthanc server', long_description = readme, author = 'FNNDSC',