From 9b174eb531f94b7c7f89ff975357c0409379c981 Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Wed, 11 Dec 2024 08:56:26 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b1f44f1..3e9e7384 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Main pykep project version. -set(PYKEP_PROJECT_VERSION 2.6.3) +set(PYKEP_PROJECT_VERSION 2.6.4) # CMake version check. cmake_minimum_required(VERSION 3.18.0)