From e880bb544dacbb92c2c9d9fcbfc1e3d6af0c0252 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 4 Jun 2024 01:50:06 +0000 Subject: [PATCH] Bump version to v2022.8.14 --- CITATION.cff | 2 +- scri/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e52280a..8fbae0d 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.13 +version: 2022.8.14 doi: 10.5281/zenodo.4041971 date-released: 2024-06-03 url: "https://github.com/moble/scri" diff --git a/scri/__version__.py b/scri/__version__.py index 222fbbb..12a8113 100644 --- a/scri/__version__.py +++ b/scri/__version__.py @@ -1 +1 @@ -__version__ = "2022.8.13" +__version__ = "2022.8.14"