diff --git a/binder/environment.yml b/binder/environment.yml index bfad6c0a..6f6a299e 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -9,7 +9,7 @@ dependencies: - jupyter - numcodecs - pandas - - pyinterp>=2023.5.0 + - pyinterp>=2023.10.0 - pytest - sphinx-gallery - sphinx-inline-tabs diff --git a/conda/environment.yml b/conda/environment.yml index a99f4902..3c69929e 100644 --- a/conda/environment.yml +++ b/conda/environment.yml @@ -5,7 +5,7 @@ dependencies: - numcodecs - pandas - pip - - pyinterp>=2023.5.0 + - pyinterp>=2023.10.0 - pypandoc - pytest - python=3.9 diff --git a/conda/meta.yaml b/conda/meta.yaml index 1af43854..d3f02d0a 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyinterp" %} -{% set version = "2023.5.0" %} +{% set version = "2023.10.0" %} package: name: {{ name|lower }} diff --git a/docs/source/conf.py b/docs/source/conf.py index d56a3d50..a9d9772d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,9 +17,9 @@ author = 'CNES/CLS' # The short X.Y version -version = '2023.5.0' +version = '2023.10.0' # The full version, including alpha/beta/rc tags -release = '2023.5.0' +release = '2023.10.0' # -- General configuration ---------------------------------------------------