From 0d5395196d01bef1d43d1a0b98323c69adf18eb2 Mon Sep 17 00:00:00 2001 From: ned Date: Mon, 24 Apr 2023 16:02:00 +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 b475f663..e47f5271 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: pysteps -Version: 1.7.2 +Version: 1.7.3 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 998f22cb..a0d84862 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( name="pysteps", - version="1.7.2", + version="1.7.3", author="PySteps developers", packages=find_packages(), license="LICENSE",