Skip to content

Commit

Permalink
Create version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbradley committed Feb 5, 2025
1 parent 306a0be commit 3246cc0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"license": {
"id": "MIT"
},
"publication_date": "2024-12-09",
"publication_date": "2025-02-06",
"title": "pybioclip",
"version": "1.2.0",
"version": "1.3.0",
"grants": [
{
"id": "021nxhr62::2118240"
Expand Down
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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-06'
references:
- type: conference-paper
title: "BioCLIP: A Vision Foundation Model for the Tree of Life"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
}
```

Expand Down
2 changes: 1 addition & 1 deletion src/bioclip/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2024-present John Bradley <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "1.2.0"
__version__ = "1.3.0"

0 comments on commit 3246cc0

Please sign in to comment.