From f4beeb1b533cc0dcfb83cd59a589f259dae1303e Mon Sep 17 00:00:00 2001 From: AlexandraTrifan Date: Wed, 3 Aug 2022 11:11:06 +0300 Subject: [PATCH] CMakeLists.txt: Bump to version v1.4.1. Signed-off-by: AlexandraTrifan --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a4070d3f4..69c87c1665 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ cmake_minimum_required(VERSION 3.5) -project(scopy LANGUAGES C CXX VERSION 1.4.0) +project(scopy LANGUAGES C CXX VERSION 1.4.1) set(Python_ADDITIONAL_VERSIONS 3) FIND_PACKAGE(PythonInterp REQUIRED)