From ac0f31961c007f3822ffdba0798896f84000ac21 Mon Sep 17 00:00:00 2001 From: Samuel Li Date: Wed, 15 Nov 2023 21:40:17 -0700 Subject: [PATCH] bump patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index baa8ce42..9c2e15bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.14) -project(SPERR VERSION 0.7.1 DESCRIPTION "Lossy Scientific Compression with SPERR") +project(SPERR VERSION 0.7.2 DESCRIPTION "Lossy Scientific Compression with SPERR") # # specify the C++ standard