From 6b378907ed57d78eb8501819d832ec278e0efc99 Mon Sep 17 00:00:00 2001 From: ned Date: Sun, 17 May 2020 18:12:26 +0200 Subject: [PATCH] Update version number to 1.3.1 --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 732432af2..0b31a84ac 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pySteps -Version: 1.3.0 +Version: 1.3.1 Summary: Python framework for short-term ensemble prediction systems Home-page: http://pypi.python.org/pypi/pySteps/ License: LICENSE diff --git a/setup.py b/setup.py index 74b53d37e..8d25ea9a1 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.3.0", + version="1.3.1", author="PySteps developers", packages=find_packages(), license="LICENSE",