From e3325854dae006b1e78eb43a6d2203f2b0b71560 Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Wed, 4 Dec 2024 20:45:15 +0100 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 1951fa8f..3b95650f 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pysteps -Version: 1.12.0 +Version: 1.13.0 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 09ed608e..56999191 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.12.0", + version="1.13.0", author="PySteps developers", packages=find_packages(), license="LICENSE",