From c71c4b3de9f8acd9c2349b23fdf05e28023bc7bd Mon Sep 17 00:00:00 2001 From: Thomas Nipen Date: Wed, 24 Jan 2024 15:38:07 +0100 Subject: [PATCH] Set up v0.7.0 --- include/gridpp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gridpp.h b/include/gridpp.h index ed053fed..5288e52c 100644 --- a/include/gridpp.h +++ b/include/gridpp.h @@ -13,7 +13,7 @@ #endif #include -#define GRIDPP_VERSION "0.7.0.dev8" +#define GRIDPP_VERSION "0.7.0" #define __version__ GRIDPP_VERSION namespace gridpp {