From 5abf452058e7483c2b85f5a3b4dd943bad555a69 Mon Sep 17 00:00:00 2001 From: Charlie Vanaret Date: Fri, 15 Nov 2024 14:07:44 +0100 Subject: [PATCH] Prep for v1.3.0 --- CITATION.cff | 4 ++-- uno/Uno.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index ecd9554b..9d577a5d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,11 +1,11 @@ -cff-version: 1.2.0 +cff-version: 1.3.0 message: "If you use this software, please cite it as below." authors: - family-names: "Vanaret" given-names: "Charlie" orcid: "https://orcid.org/0000-0002-1131-7631" title: "Uno" -version: 1.0.0 +version: 1.3.0 url: "https://github.com/cvanaret/Uno" preferred-citation: type: unpublished diff --git a/uno/Uno.cpp b/uno/Uno.cpp index 3b272200..c0419b07 100644 --- a/uno/Uno.cpp +++ b/uno/Uno.cpp @@ -121,7 +121,7 @@ namespace uno { } std::string Uno::current_version() { - return "1.2.0"; + return "1.3.0"; } void Uno::print_available_strategies() {