Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create version 1.3.0 #89

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-07",
"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-07'
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 <johnbradley2008@gmail.com>
#
# SPDX-License-Identifier: MIT
__version__ = "1.2.0"
__version__ = "1.3.0"
Loading