Skip to content

Commit 7150101

Browse files
committed
Add updated CITATION.cff and setup.cfg from codemeta.json file
1 parent f9a55d1 commit 7150101

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CITATION.cff

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,18 @@ authors:
1414
- family-names: Abakah
1515
given-names: Alexander A
1616
orcid: https://orcid.org/0009-0003-5640-6691
17+
- family-names: Nagi
18+
given-names: Kshemaahna
19+
orcid: https://orcid.org/0009-0002-8113-3763
1720
abstract: Python wrapper for CaltechDATA API.
1821
repository-code: "https://github.com/caltechlibrary/caltechdata_api"
1922
type: software
2023
doi: 10.22002/3gdk4-j5504
21-
version: 1.10.0
24+
version: 1.10.1
2225
license-url: "https://data.caltech.edu/license"
2326
keywords:
2427
- GitHub
2528
- metadata
2629
- software
2730
- InvenioRDM
28-
date-released: 2025-04-07
31+
date-released: 2025-07-22

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[metadata]
66
name = caltechdata_api
7-
version = 1.10.0
8-
author = Thomas E Morrell, Rohan Bhattarai, Elizabeth Won, Alexander A Abakah
9-
7+
version = 1.10.1
8+
author = Thomas E Morrell, Rohan Bhattarai, Elizabeth Won, Alexander A Abakah, Kshemaahna Nagi
9+
1010
description = Python wrapper for CaltechDATA API.
1111
long_description = file: README.md
1212
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)