Skip to content

Commit 781f353

Browse files
committed
Declare support for latest ModelCIF dictionary
1 parent 058cdd3 commit 781f353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modelcif/dumper.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def dump(self, system, writer):
2020
with writer.category("_audit_conform") as lp:
2121
# Update to match the version of the ModelCIF dictionary
2222
# we support:
23-
lp.write(dict_name="mmcif_ma.dic", dict_version="1.4.4",
24-
dict_location=self.URL % "330c8af")
23+
lp.write(dict_name="mmcif_ma.dic", dict_version="1.4.5",
24+
dict_location=self.URL % "ba728c4")
2525

2626

2727
class _EntryLinkDumper(Dumper):

0 commit comments

Comments
 (0)