From 9aa8fb9a281f29c70003e290ffed761887e406e7 Mon Sep 17 00:00:00 2001 From: Francesc Rocher Date: Fri, 8 Dec 2023 21:04:48 +0100 Subject: [PATCH] Bump version to 1.3.0 --- alire.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alire.toml b/alire.toml index efafa88..e450aab 100644 --- a/alire.toml +++ b/alire.toml @@ -1,6 +1,6 @@ name = "euler_tools" description = "Assortment of mathematical functions to solve Project Euler problems." -version = "1.2.1" +version = "1.3.0" authors = ["Francesc Rocher"] maintainers = ["Francesc Rocher "]