diff --git a/setup.py b/setup.py index 711a768..a4d8eb0 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name='emit_utils', packages=find_packages(), include_package_data=True, - version='1.2.1', + version='1.2.2', install_requires=[ 'gdal>=2.0', 'spectral>=0.21',