diff --git a/PKG-INFO b/PKG-INFO index f89e4b235..24bc56a3f 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pysteps -Version: 1.4.0 +Version: 1.4.1 Summary: Python framework for short-term ensemble prediction systems Home-page: http://pypi.python.org/pypi/pysteps/ License: LICENSE @@ -13,5 +13,5 @@ prediction systems. The focus is on probabilistic nowcasting of radar precipitation fields, but pySTEPS is designed to allow a wider range of uses. - + Platform: UNKNOWN diff --git a/setup.py b/setup.py index 0b9857206..1a6f1deb7 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.4.0", + version="1.4.1", author="PySteps developers", packages=find_packages(), license="LICENSE",