From 31d5b498761742f3a7cf072db75c1d13146b05e6 Mon Sep 17 00:00:00 2001 From: Justin Turney Date: Thu, 16 Jul 2020 12:07:30 -0400 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6dbc5c8..bd758fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cmake_policy(SET CMP0048 NEW) # project_VERSION* variables populated from proje cmake_minimum_required(VERSION 3.1) project(ambit - VERSION 0.5.0 + VERSION 0.5.1 LANGUAGES C CXX) set(ambit_AUTHORS "Justin M. Turney") set(ambit_DESCRIPTION "C++ library for the implementation of tensor product calculations")