diff --git a/setup.py b/setup.py index 59b2f24..77422a9 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,9 @@ from setuptools import setup setup( name='silo', - version='0.1.0', + version='0.1.1', packages=['silo'], - install_requires=['requests', 'pandas'], + install_requires=['requests', 'pandas', 'netcdf4'], author='Dan Howe', author_email='d.howe@wrl.unsw.edu.au', description='Request climate data from SILO')