From 258405a71372c037eb6563c914b96a42591350e6 Mon Sep 17 00:00:00 2001 From: Baptiste Vandecrux <35140661+BaptisteVandecrux@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:45:34 +0200 Subject: [PATCH] update version number --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 3578886d..dc8d750f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'GEUS Glaciology and Climate' # The full version, including alpha/beta/rc tags -release = '1.3.6' +release = '1.4.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 3b02996d..1f886ec0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pypromice", - version="1.4.0", + version="1.4.1", author="GEUS Glaciology and Climate", description="PROMICE/GC-Net data processing toolbox", long_description=long_description,