Skip to content

Commit 2f8b516

Browse files
committed
Files: 2.0.0
pre-maturely dump the example files' version to 2.0.0
1 parent 809c9c0 commit 2f8b516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openpmd_validator/check_h5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
# version of the openPMD standard
27-
openPMD = "1.1.0"
27+
openPMD = "2.0.0"
2828

2929
ext_list = {"ED-PIC": np.uint32(1)}
3030

openpmd_validator/createExamples_h5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def setup_root_attr(f):
9292
ext_list = [["ED-PIC", np.uint32(1)]]
9393

9494
# Required attributes
95-
f.attrs["openPMD"] = np.string_("1.1.0")
95+
f.attrs["openPMD"] = np.string_("2.0.0")
9696
f.attrs["openPMDextension"] = ext_list[0][1] # ED-PIC extension is used
9797
f.attrs["basePath"] = np.string_("/data/%T/")
9898
f.attrs["meshesPath"] = np.string_("meshes/")

0 commit comments

Comments
 (0)