From 54f85c7bf6c6e488b4ea8510b9eeaf088dc282e0 Mon Sep 17 00:00:00 2001 From: John Bradley Date: Thu, 5 Dec 2024 15:29:33 -0500 Subject: [PATCH] Create version 1.2.0 Another commit will update CITATION.cff identifier for: 'GitHub URL of the commit tagged with 1.2.0.' after the release is created. Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --- .zenodo.json | 4 ++-- CITATION.cff | 21 ++++----------------- README.md | 4 ++-- src/bioclip/__about__.py | 2 +- 4 files changed, 9 insertions(+), 22 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 6249daa..af5e378 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -39,9 +39,9 @@ "license": { "id": "MIT" }, - "publication_date": "2024-07-19", + "publication_date": "2024-12-09", "title": "pybioclip", - "version": "1.0.0", + "version": "1.2.0", "funding": [ { "award": { diff --git a/CITATION.cff b/CITATION.cff index c88cb0d..1aa1c06 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -12,9 +12,9 @@ authors: identifiers: - type: doi value: 10.5281/zenodo.13151194 - - description: "The GitHub release URL of tag 1.1.0." + - description: "The GitHub release URL of tag 1.2.0." type: url - value: "https://github.com/Imageomics/pybioclip/releases/tag/1.1.0" + value: "https://github.com/Imageomics/pybioclip/releases/tag/1.2.0" - description: "The GitHub URL of the commit tagged with 1.1.0." type: url value: "https://github.com/Imageomics/pybioclip/tree/8662c4fd2451dcd169a07342526124585eaefeb2" @@ -43,21 +43,8 @@ keywords: - genus - "image classification" license: MIT -version: 1.1.0 -date-released: '2024-07-19' -preferred-citation: - authors: - - given-names: John - family-names: Bradley - - given-names: Hilmar - family-names: Lapp - - family-names: Campolongo - given-names: "Elizabeth G." - type: software - title: pybioclip - version: 1.1.0 - doi: 10.5281/zenodo.13151194 - date-released: "2024-07-19" +version: 1.2.0 +date-released: '2024-12-09' references: - type: conference-paper title: "BioCLIP: A Vision Foundation Model for the Tree of Life" diff --git a/README.md b/README.md index 6757fd4..18bee44 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,9 @@ Our code (this repository): @software{Bradley_pybioclip_2024, author = {Bradley, John and Lapp, Hilmar and Campolongo, Elizabeth G.}, doi = {10.5281/zenodo.13151194}, -month = jul, +month = dec, title = {{pybioclip}}, -version = {1.0.0}, +version = {1.2.0}, year = {2024} } ``` diff --git a/src/bioclip/__about__.py b/src/bioclip/__about__.py index da3465d..2eb4735 100644 --- a/src/bioclip/__about__.py +++ b/src/bioclip/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present John Bradley # # SPDX-License-Identifier: MIT -__version__ = "1.1.0" +__version__ = "1.2.0"