From 678d5db465cdcfc240832e837b87869b6d4db78b Mon Sep 17 00:00:00 2001 From: volodia99 Date: Tue, 12 Mar 2024 14:54:57 +0100 Subject: [PATCH] new version 0.12 --- CITATION.cff | 4 ++-- nonos/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index c896357f..a5d69e6a 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.11.0 -date-released: 2024-02-20 +version: 0.12.0 +date-released: 2024-03-12 url: "https://github.com/volodia99/nonos" diff --git a/nonos/__version__.py b/nonos/__version__.py index ae6db5f1..ea370a8e 100644 --- a/nonos/__version__.py +++ b/nonos/__version__.py @@ -1 +1 @@ -__version__ = "0.11.0" +__version__ = "0.12.0"