From 544f481b65a00d08271d2faa53908df64e054fc6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 28 Jun 2024 17:22:45 +0000 Subject: [PATCH] Bump version to v2022.9.0 --- CITATION.cff | 4 ++-- scri/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 8fbae0d..aa3f4b0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,7 +26,7 @@ authors: given-names: "Keefe" orcid: "https://orcid.org/0000-0003-0276-3856" title: "scri" -version: 2022.8.14 +version: 2022.9.0 doi: 10.5281/zenodo.4041971 -date-released: 2024-06-03 +date-released: 2024-06-28 url: "https://github.com/moble/scri" diff --git a/scri/__version__.py b/scri/__version__.py index 12a8113..6ca3971 100644 --- a/scri/__version__.py +++ b/scri/__version__.py @@ -1 +1 @@ -__version__ = "2022.8.14" +__version__ = "2022.9.0"