From 1253ce1c39c13d239fac0623e1e61e2db1fb2700 Mon Sep 17 00:00:00 2001 From: shahramn Date: Thu, 17 Oct 2024 16:05:37 +0100 Subject: [PATCH] Bump up version --- gribapi/bindings.py | 2 +- scripts/common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gribapi/bindings.py b/gribapi/bindings.py index bc9da70..cdb53bc 100644 --- a/gribapi/bindings.py +++ b/gribapi/bindings.py @@ -23,7 +23,7 @@ import cffi -__version__ = "2.38.1" +__version__ = "2.38.3" LOG = logging.getLogger(__name__) diff --git a/scripts/common.sh b/scripts/common.sh index 7201a88..32026d4 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git ECBUILD_VERSION=master GIT_ECCODES=https://github.com/ecmwf/eccodes.git -ECCODES_VERSION=2.38.1 +ECCODES_VERSION=2.38.3 ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=ON -DENABLE_JPG=ON -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0" GIT_AEC=https://github.com/MathisRosenhauer/libaec.git