From a471d49de4c05339b3b333f364974bd2b54baf3e Mon Sep 17 00:00:00 2001 From: Daniele Nerini Date: Tue, 5 Mar 2024 21:26:52 +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 25eecb3b5..d3e7f6150 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pysteps -Version: 1.8.0 +Version: 1.8.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 acd2d6145..489d4401f 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.8.0", + version="1.8.1", author="PySteps developers", packages=find_packages(), license="LICENSE",