From f722b22f4fc3b35dbd94beb6a51cdfcec1fd5e92 Mon Sep 17 00:00:00 2001 From: Ruben Imhoff Date: Fri, 14 Aug 2026 11:13:46 +0200 Subject: [PATCH] bump version --- PKG-INFO | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKG-INFO b/PKG-INFO index 5d76a6ca..9fa1b099 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pysteps -Version: 1.21.4 +Version: 1.21.5 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 7b09c731..666ca253 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.21.4", + version="1.21.5", author="PySteps developers", packages=find_packages(), license="LICENSE",