From 468228748ad3bb785e4095454fb14352bf9def20 Mon Sep 17 00:00:00 2001 From: Allan Leal Date: Fri, 17 Mar 2023 19:03:11 +0100 Subject: [PATCH] Increment version to v0.4.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c8cd801..dea1a7c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) include(CCache) # Set the name of the project, its version and other information -project(reaktplot VERSION 0.4.0 +project(reaktplot VERSION 0.4.1 DESCRIPTION "A modern C++ scientific plotting library powered by plotly" HOMEPAGE_URL "https://github.com/reaktoro/reaktplot" LANGUAGES CXX)