Skip to content

Commit

Permalink
Require newest Toolbox, increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaff committed Mar 5, 2018
1 parent 72cab05 commit e9d8803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

setup(
name='mdf_forge',
version='0.5.1',
version='0.5.2',
packages=['mdf_forge'],
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.1.4",
"mdf-toolbox>=0.1.6",
"globus-sdk>=1.4.1",
"requests>=2.18.4",
"tqdm>=4.19.4",
Expand Down

0 comments on commit e9d8803

Please sign in to comment.