diff --git a/.zenodo.json b/.zenodo.json index 5577973..0869892 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -39,9 +39,9 @@ "license": { "id": "MIT" }, - "publication_date": "2024-12-09", + "publication_date": "2025-02-07", "title": "pybioclip", - "version": "1.2.0", + "version": "1.3.0", "grants": [ { "id": "021nxhr62::2118240" diff --git a/CITATION.cff b/CITATION.cff index 1aa1c06..5b6c52a 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.2.0." + - description: "The GitHub release URL of tag 1.3.0." type: url - value: "https://github.com/Imageomics/pybioclip/releases/tag/1.2.0" + value: "https://github.com/Imageomics/pybioclip/releases/tag/1.3.0" - description: "The GitHub URL of the commit tagged with 1.1.0." type: url value: "https://github.com/Imageomics/pybioclip/tree/8662c4fd2451dcd169a07342526124585eaefeb2" @@ -43,8 +43,8 @@ keywords: - genus - "image classification" license: MIT -version: 1.2.0 -date-released: '2024-12-09' +version: 1.3.0 +date-released: '2025-02-07' references: - type: conference-paper title: "BioCLIP: A Vision Foundation Model for the Tree of Life" diff --git a/README.md b/README.md index 18bee44..c92e1e4 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ See the [pybioclip documentation website](https://imageomics.github.io/pybioclip Our code (this repository): ``` -@software{Bradley_pybioclip_2024, +@software{Bradley_pybioclip_2025, author = {Bradley, John and Lapp, Hilmar and Campolongo, Elizabeth G.}, doi = {10.5281/zenodo.13151194}, -month = dec, +month = feb, title = {{pybioclip}}, -version = {1.2.0}, -year = {2024} +version = {1.3.0}, +year = {2025} } ``` diff --git a/src/bioclip/__about__.py b/src/bioclip/__about__.py index 2eb4735..e439793 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.2.0" +__version__ = "1.3.0"