From 7d767e1e09e33ef18823c1ae555f4aea09241379 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Wed, 26 Nov 2025 18:47:58 -0800 Subject: [PATCH] CMakeLists.txt: fixing version number --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ab059f3..e1dba410 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,7 +19,7 @@ cmake_minimum_required(VERSION 3.28) project( dnmtools - VERSION 1.4.4 + VERSION 1.5.1 DESCRIPTION "Tools for analyzing DNA methylation data" HOMEPAGE_URL https://github.com/smithlabcode/dnmtools