From 7b5ada94046abda8eaf20ba1fcbb250eb5521423 Mon Sep 17 00:00:00 2001 From: Joonas Syysvirta Date: Fri, 31 Jan 2025 14:32:51 +0200 Subject: [PATCH] Update the passari version in METS premis agent metadata This makes it easier to compare the SIPs generated by passari before and after the migration to dpres-siptools-ng. Refs MPZ-19 --- src/passari/dpres/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/passari/dpres/package.py b/src/passari/dpres/package.py index 4396ca2..ef27a9a 100644 --- a/src/passari/dpres/package.py +++ b/src/passari/dpres/package.py @@ -104,7 +104,7 @@ def __init__(self, path, museum_object=None, sip_id=None): self.sip_agent_md = DigitalProvenanceAgentMetadata( name="passari", agent_type="software", - version="0.0.0" + version="1.2.0" ) @classmethod