From a18e5e93e5dd9386ba4f55f3b3b125ad399b7d58 Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Sat, 21 Nov 2020 21:30:59 +0100 Subject: [PATCH] Set version 0.5.1 --- include/gridpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gridpp.h b/include/gridpp.h index 9b20b6ac..008d5d19 100644 --- a/include/gridpp.h +++ b/include/gridpp.h @@ -11,7 +11,7 @@ #endif #include -#define GRIDPP_VERSION "0.5.0" +#define GRIDPP_VERSION "0.5.1" #define __version__ GRIDPP_VERSION namespace gridpp {