From 8ece5be5e9c8828f5995671d8db3aa97fe0d0546 Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Sun, 25 Sep 2022 22:49:54 +0200 Subject: [PATCH] Bump up version to 1.7.1 --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index c3b0d2e1d..429431fc6 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pysteps -Version: 1.7.0 +Version: 1.7.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 8e83d5317..eb6ae50a7 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.7.0", + version="1.7.1", author="PySteps developers", packages=find_packages(), license="LICENSE",