Skip to content

Commit 04d1f29

Browse files
authored
Merge pull request #140 from Imageomics/version-2.1.1
Create version 2.1.1
2 parents e1edb9e + d949d40 commit 04d1f29

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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-09-12",
42+
"publication_date": "2025-09-17",
4343
"title": "pybioclip",
44-
"version": "2.1.0",
44+
"version": "2.1.1",
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 2.1.0."
15+
- description: "The GitHub release URL of tag 2.1.1."
1616
type: url
17-
value: "https://github.com/Imageomics/pybioclip/releases/tag/2.1.0"
17+
value: "https://github.com/Imageomics/pybioclip/releases/tag/2.1.1"
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: 2.1.0
47-
date-released: '2025-09-12'
46+
version: 2.1.1
47+
date-released: '2025-09-17'
4848
references:
4949
- type: conference-paper
5050
title: "BioCLIP: A Vision Foundation Model for the Tree of Life"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ author = {Bradley, John and Lapp, Hilmar and Campolongo, Elizabeth G.},
2424
doi = {10.5281/zenodo.13151194},
2525
month = sept,
2626
title = {{pybioclip}},
27-
version = {2.1.0},
27+
version = {2.1.1},
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__ = "2.1.0"
4+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)