Skip to content

Commit

Permalink
Merge pull request #124 from nulib/v0.4.1
Browse files Browse the repository at this point in the history
Fix for Role assignment
  • Loading branch information
SoFrans authored Oct 11, 2024
2 parents 4dd9c98 + 1800cc1 commit 8debfb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nulrdcscripts/ingest/ingest_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
}
x_extension_dict = {
"auxiliary": {
"identifiers": [".jpg", ".JPG"],
"identifiers": [".jpg", ".JPG", ".tif"],
"type": "extension",
"role": "X",
"label": "image",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nul-rdc-scripts"
version = "0.4.0"
version = "0.4.1"
description = "Scripts for NUL RDC Digitization Team"
authors = [
"Northwestern University Libraries <repository@northwestern.edu>",
Expand Down

0 comments on commit 8debfb0

Please sign in to comment.