From 2ac4bd05079fc19bdb892664db902e965f20cf2c Mon Sep 17 00:00:00 2001 From: sophie22 Date: Thu, 12 Oct 2023 10:05:53 +0100 Subject: [PATCH] prepare to release version 1.3.1 --- CITATION.cff | 4 ++-- hazenlib/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index df1f7a49..33cf3885 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -42,9 +42,9 @@ authors: given-names: Haris orcid: "https://orcid.org/0000-0001-6975-5960" cff-version: "1.1.0" -date-released: 2023-08-04 +date-released: 2023-10-12 message: "If you use hazen in your work, please cite it using these metadata." repository-code: "https://github.com/GSTT-CSC/hazen" title: hazen -version: "1.3.0" +version: "1.3.1" ... diff --git a/hazenlib/_version.py b/hazenlib/_version.py index 19b4f1d6..72837bdc 100644 --- a/hazenlib/_version.py +++ b/hazenlib/_version.py @@ -1 +1 @@ -__version__ = '1.3.0' +__version__ = '1.3.1'