From c338b5c029f1db7d71bcfa06cb872fdbe34e25f1 Mon Sep 17 00:00:00 2001 From: Germano Guerrini Date: Wed, 5 Jun 2024 17:47:20 +0200 Subject: [PATCH] Updated version --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2f7b681..6ef5c6c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,8 +15,8 @@ copyright = "2023, ECMWF" author = "ECMWF" -release = "2.14" -version = "2.14" +release = "2.15" +version = "2.15" # -- General configuration diff --git a/setup.py b/setup.py index 89b323e..8106739 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read(fname): return io.open(file_path, encoding="utf-8").read() -version = "2.14" +version = "2.15" setuptools.setup( name="hda",