From 7f067b92f967685224ef96ccc92a01a86767d47e Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 13 Feb 2024 23:11:24 +0000 Subject: [PATCH] Bump version to v2022.8.9 --- CITATION.cff | 4 ++-- scri/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d278b09a..04be8f07 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.8 +version: 2022.8.9 doi: 10.5281/zenodo.4041971 -date-released: 2023-11-08 +date-released: 2024-02-13 url: "https://github.com/moble/scri" diff --git a/scri/__version__.py b/scri/__version__.py index 010c90c4..0830b6be 100644 --- a/scri/__version__.py +++ b/scri/__version__.py @@ -1 +1 @@ -__version__ = "2022.8.8" +__version__ = "2022.8.9"