From af28a3a96af6abc2bd73a1779f80549282df8933 Mon Sep 17 00:00:00 2001 From: guangzhi Date: Mon, 11 Jan 2021 09:05:29 +0800 Subject: [PATCH] fix https://github.com/ihesp/IPART/issues/18 for conda --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5bf315b..63e1f64 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ #from distutils.core import setup setup(name='ipart', - version='3.0.7', + version='3.0.9', description='IPART is a Python package for the detection and tracking of atmospheric rivers from gridded IVT data using image-processing techniques.', author='Guangzhi XU', author_email='xugzhi1987@gmail.com',