Skip to content

Commit 8debfb0

Browse files
authored
Merge pull request #124 from nulib/v0.4.1
Fix for Role assignment
2 parents 4dd9c98 + 1800cc1 commit 8debfb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nulrdcscripts/ingest/ingest_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}
9090
x_extension_dict = {
9191
"auxiliary": {
92-
"identifiers": [".jpg", ".JPG"],
92+
"identifiers": [".jpg", ".JPG", ".tif"],
9393
"type": "extension",
9494
"role": "X",
9595
"label": "image",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "nul-rdc-scripts"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Scripts for NUL RDC Digitization Team"
55
authors = [
66
"Northwestern University Libraries <[email protected]>",

0 commit comments

Comments
 (0)