From d54007b23d0d868bdb6b3892352dfbb653f322c5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 8 Nov 2023 05:24:44 +0000 Subject: [PATCH] Bump version to v2022.8.8 --- CITATION.cff | 4 ++-- scri/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f39de139..d278b09a 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.7 +version: 2022.8.8 doi: 10.5281/zenodo.4041971 -date-released: 2023-09-21 +date-released: 2023-11-08 url: "https://github.com/moble/scri" diff --git a/scri/__version__.py b/scri/__version__.py index e411552c..010c90c4 100644 --- a/scri/__version__.py +++ b/scri/__version__.py @@ -1 +1 @@ -__version__ = "2022.8.7" +__version__ = "2022.8.8"