From 716cc5ff89bf52973c2c0b216de55561409277ca Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 21 Sep 2023 17:12:16 +0000 Subject: [PATCH] Bump version to v2022.8.6 --- CITATION.cff | 4 ++-- scri/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 33d18429..9fa642fe 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.5 +version: 2022.8.6 doi: 10.5281/zenodo.4041971 -date-released: 2023-09-07 +date-released: 2023-09-21 url: "https://github.com/moble/scri" diff --git a/scri/__version__.py b/scri/__version__.py index cacf8798..971401e8 100644 --- a/scri/__version__.py +++ b/scri/__version__.py @@ -1 +1 @@ -__version__ = "2022.8.5" +__version__ = "2022.8.6"