diff --git a/conda/meta.yaml b/conda/meta.yaml index d94b854..f87e267 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "pyfes" %} -{% set version = "2.9.5" %} +{% set version = "2.9.6" %} package: name: {{ name|lower }} diff --git a/include/fes.h b/include/fes.h index e502417..95903f5 100644 --- a/include/fes.h +++ b/include/fes.h @@ -28,7 +28,7 @@ extern "C" #include /// Library version -#define FES_VERSION "2.9.5" +#define FES_VERSION "2.9.6" /** @brief Possible type of access. */