diff --git a/.zenodo.json b/.zenodo.json index 04299e8..f517ef8 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -9,9 +9,15 @@ "orcid": "0000-0003-0583-8585" }, { - "name": "Duan, Zoe", + "name": "Duan, Yuehua", "orcid": "0000-0002-8547-5907" }, + { + "name": "Frasure, Emerson" + }, + { + "name": "Li, Dahlia" + }, { "name": "Lapp, Hilmar", "orcid": "0000-0001-9107-0714" @@ -35,9 +41,9 @@ "license": { "id": "MIT" }, - "publication_date": "2025-09-25", + "publication_date": "2026-01-23", "title": "Cautious Robot", - "version": "1.1.0", + "version": "2.0.0", "grants": [ { "id": "021nxhr62::2118240" diff --git a/CITATION.cff b/CITATION.cff index ec4bafd..b3f374e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -7,20 +7,24 @@ authors: given-names: "Matthew J." orcid: "https://orcid.org/0000-0003-0583-8585" - family-names: "Duan" - given-names: "Zoe" + given-names: "Yuehua" orcid: "https://orcid.org/0000-0002-8547-5907" +- family-names: "Frasure" + given-names: "Emerson" +- family-names: "Li" + given-names: "Dahlia" - family-names: "Lapp" given-names: "Hilmar" orcid: "https://orcid.org/0000-0001-9107-0714" cff-version: 1.2.0 -date-released: "2025-09-25" +date-released: "2026-01-23" identifiers: - - description: "The GitHub release URL of tag v1.1.0." + - description: "The GitHub release URL of tag v2.0.0." type: url - value: "https://github.com/Imageomics/cautious-robot/releases/tag/v1.1.0" - - description: "The GitHub URL of the commit tagged with v1.1.0." + value: "https://github.com/Imageomics/cautious-robot/releases/tag/v2.0.0" + - description: "The GitHub URL of the commit tagged with v2.0.0." type: url - value: "https://github.com/Imageomics/cautious-robot/tree/332a9eb498139f80213bf1b134e565c68ea9c0d0" + value: "https://github.com/Imageomics/cautious-robot/tree/" # update on release keywords: - imageomics - metadata @@ -37,6 +41,6 @@ license: MIT message: "If you use this software, please cite it using the metadata from this file." repository-code: "https://github.com/Imageomics/cautious-robot" title: "Cautious Robot" -version: "1.1.0" +version: "2.0.0" doi: "10.5281/zenodo.15133580" type: software diff --git a/LICENSE b/LICENSE index 9fbf34d..6ed930a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Imageomics Institute +Copyright (c) 2024-2026 Imageomics Institute Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/cautiousrobot/__about__.py b/src/cautiousrobot/__about__.py index 6849410..8c0d5d5 100644 --- a/src/cautiousrobot/__about__.py +++ b/src/cautiousrobot/__about__.py @@ -1 +1 @@ -__version__ = "1.1.0" +__version__ = "2.0.0"