Skip to content

Commit 4e4ef6d

Browse files
NetZissouegrace479
andauthored
Release v1.0.0 Citation File Updates (#16)
* Update version and publication date in .zenodo.json * Update CITATION.cff for version 1.0.0 release * Bump version in `pyproject.toml` from 0.1.0 to 1.0.0 * Remove previous release commit hash Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> * Remove Commit Hash Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com> --------- Co-authored-by: Elizabeth Campolongo <38985481+egrace479@users.noreply.github.com>
1 parent b1c3c69 commit 4e4ef6d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
],
4747
"title": "Image Embedding Explorer",
4848

49-
"version": "0.1.0",
49+
"version": "1.0.0",
5050

5151
"license": {"id": "MIT"},
52-
"publication_date": "2026-03-02",
52+
"publication_date": "2026-03-03",
5353

5454
"grants": [
5555
{"id": "021nxhr62::2118240"}

CITATION.cff

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ authors:
3333
orcid: "https://orcid.org/0000-0002-4138-603X"
3434
affiliation: The Ohio State University
3535
cff-version: 1.2.0
36-
date-released: "2026-03-02"
36+
date-released: "2026-03-03"
3737
identifiers:
38-
- description: "The GitHub release URL of tag v0.1.0."
38+
- description: "The GitHub release URL of tag v1.0.0."
3939
type: url
40-
value: "https://github.com/Imageomics/emb-explorer/releases/tag/v0.1.0"
41-
- description: "The GitHub URL of the commit tagged with v0.1.0."
40+
value: "https://github.com/Imageomics/emb-explorer/releases/tag/v1.0.0"
41+
- description: "The GitHub URL of the commit tagged with v1.0.0."
4242
type: url
43-
value: "https://github.com/Imageomics/emb-explorer/tree/c51be4ef536f5f87fc4f49619ff764c10e103416"
43+
value: "https://github.com/Imageomics/emb-explorer/tree/<commit-hash>" # update on release
4444
keywords:
4545
- imageomics
4646
- embeddings
@@ -51,6 +51,6 @@ license: MIT
5151
message: "If you find this software helpful in your research, please cite both the software."
5252
repository-code: "https://github.com/Imageomics/emb-explorer"
5353
title: "Image Embedding Explorer"
54-
version: 0.1.0
54+
version: 1.0.0
5555
doi: 10.5281/zenodo.18841337
5656
type: software

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "emb-explorer"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "Image clustering tool using embeddings with Streamlit interface"
99
readme = "README.md"
1010
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)