diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index b76c86a17..090feea31 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -18,7 +18,7 @@ package: {% else %} name: nifty {% endif %} - version: v1.0.4 + version: v1.0.5 source: path: .. diff --git a/include/nifty/nifty_config.hxx b/include/nifty/nifty_config.hxx index 51314107d..ee27344c0 100644 --- a/include/nifty/nifty_config.hxx +++ b/include/nifty/nifty_config.hxx @@ -3,7 +3,7 @@ #define NIFTY_VERSION_MAJOR 1 #define NIFTY_VERSION_MINOR 0 -#define NIFTY_VERSION_PATCH 4 +#define NIFTY_VERSION_PATCH 5 // DETECT 3.6 <= clang < 3.8 for compiler bug workaround. // from https://github.com/QuantStack/xtensor/blob/master/include/xtensor/xtensor_config.hpp