From 73724270266ebca12ca8a195cdfdd5c0d5cdaa9a Mon Sep 17 00:00:00 2001 From: jgaff Date: Thu, 16 Nov 2017 10:50:47 -0600 Subject: [PATCH] Update Toolbox requirement [skip ci] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a943fce..e27c92e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ description='Materials Data Facility python package', long_description="Forge is the Materials Data Facility Python package to interface and leverage the MDF Data Discovery service. Forge allows users to perform simple queries and facilitiates moving and synthesizing results.", install_requires=[ - "mdf-toolbox>=0.0.1", + "mdf-toolbox>=0.1.0", "globus-sdk>=1.2.1", "requests>=2.18.4", "tqdm>=4.19.4",