From 8f55472da1604748e3fb20a147ce9aebbedb13a3 Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Wed, 24 Apr 2024 20:28:50 +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 d3e7f6150..68370a53a 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pysteps -Version: 1.8.1 +Version: 1.9.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 489d4401f..580b673f1 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.8.1", + version="1.9.0", author="PySteps developers", packages=find_packages(), license="LICENSE",