From 451e277d7cd2714c8d5f6d1c6fb73a013005dcec Mon Sep 17 00:00:00 2001 From: Alexander Hampel Date: Tue, 19 Mar 2024 11:25:27 -0400 Subject: [PATCH] [build] bump version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8335a89..ef6d887 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ cmake_policy(VERSION 3.20) # ############ # Define Project -project(triqs_hartree_fock VERSION 3.2.0 LANGUAGES C CXX) +project(triqs_hartree_fock VERSION 3.2.1 LANGUAGES C CXX) get_directory_property(IS_SUBPROJECT PARENT_DIRECTORY) # ############