Skip to content

Commit edd3902

Browse files
authored
Merge pull request #121 from Imageomics/version-2
Create version 2.0.0
2 parents 7abf3b0 + 544bf32 commit edd3902

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"license": {
4040
"id": "MIT"
4141
},
42-
"publication_date": "2025-06-03",
42+
"publication_date": "2025-07-30",
4343
"title": "pybioclip",
44-
"version": "1.3.3",
44+
"version": "2.0.0",
4545
"grants": [
4646
{
4747
"id": "021nxhr62::2118240"

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ authors:
1212
identifiers:
1313
- type: doi
1414
value: 10.5281/zenodo.13151194
15-
- description: "The GitHub release URL of tag 1.3.3."
15+
- description: "The GitHub release URL of tag 2.0.0."
1616
type: url
17-
value: "https://github.com/Imageomics/pybioclip/releases/tag/1.3.3"
17+
value: "https://github.com/Imageomics/pybioclip/releases/tag/2.0.0"
1818
- description: "The GitHub URL of the commit tagged with 1.3.2."
1919
type: url
2020
value: "https://github.com/Imageomics/pybioclip/tree/c318c6c9f2bc75c4da6ac060927623de69331344"
@@ -43,8 +43,8 @@ keywords:
4343
- genus
4444
- "image classification"
4545
license: MIT
46-
version: 1.3.3
47-
date-released: '2025-06-03'
46+
version: 2.0.0
47+
date-released: '2025-07-30'
4848
references:
4949
- type: conference-paper
5050
title: "BioCLIP: A Vision Foundation Model for the Tree of Life"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Our code (this repository):
2222
@software{Bradley_pybioclip_2025,
2323
author = {Bradley, John and Lapp, Hilmar and Campolongo, Elizabeth G.},
2424
doi = {10.5281/zenodo.13151194},
25-
month = jun,
25+
month = jul,
2626
title = {{pybioclip}},
27-
version = {1.3.3},
27+
version = {2.0.0},
2828
year = {2025}
2929
}
3030
```

src/bioclip/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present John Bradley <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "1.3.3"
4+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)