From a0e91abf8002d739e0a895e749fe398497ecc5fb Mon Sep 17 00:00:00 2001 From: volodia99 Date: Thu, 21 Mar 2024 16:53:04 +0100 Subject: [PATCH] RLS: preparing version 0.12.1 --- CITATION.cff | 4 ++-- nonos/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index a5d69e6a..b6346ed4 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,6 +8,6 @@ authors: given-names: "Clément" orcid: "https://orcid.org/0000-0001-8629-7068" title: "nonos" -version: 0.12.0 -date-released: 2024-03-12 +version: 0.12.1 +date-released: 2024-03-21 url: "https://github.com/volodia99/nonos" diff --git a/nonos/__version__.py b/nonos/__version__.py index ea370a8e..def467e0 100644 --- a/nonos/__version__.py +++ b/nonos/__version__.py @@ -1 +1 @@ -__version__ = "0.12.0" +__version__ = "0.12.1"