We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91533bd commit 1e6d8d1Copy full SHA for 1e6d8d1
codemeta.json
@@ -6,7 +6,7 @@
6
"codeRepository": "https://github.com/caltechlibrary/caltechdata_api",
7
"issueTracker": "https://github.com/caltechlibrary/caltechdata_api/issues",
8
"license": "https://data.caltech.edu/license",
9
- "version": "1.10.6",
+ "version": "1.11.0",
10
"author": [
11
{
12
"@type": "Person",
@@ -101,4 +101,4 @@
101
},
102
"programmingLanguage": "Python",
103
"identifier": "10.22002/2g4c7-zva46"
104
-}
+}
edit_osn.py
@@ -3,7 +3,6 @@
3
from datacite import schema43
4
from caltechdata_api import caltechdata_edit, get_metadata
5
-
parser = argparse.ArgumentParser(
description="Edits a CaltechDATA record by adding OSN-stored pilot files"
)
0 commit comments