Skip to content

Commit

Permalink
Update to match latest dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Jun 20, 2024
1 parent d303de1 commit 9da1f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modelcif/dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def dump(self, system, writer):
with writer.category("_audit_conform") as lp:
# Update to match the version of the ModelCIF dictionary
# we support:
lp.write(dict_name="mmcif_ma.dic", dict_version="1.4.5",
dict_location=self.URL % "ba728c4")
lp.write(dict_name="mmcif_ma.dic", dict_version="1.4.6",
dict_location=self.URL % "d18ba38")


class _EntryLinkDumper(Dumper):
Expand Down

0 comments on commit 9da1f6d

Please sign in to comment.