Skip to content

Commit 7c527f9

Browse files
author
Sajid Ali
committed
versioning make explicit instead of vague
1 parent c15f982 commit 7c527f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpmd_updater/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def parse_args():
1717
help_str = (
1818
"This is the openPMD updater HDF5 files.\n"
1919
+ "It allows to update openPMD flavored files from openPMD standard {0} to {1}\n".format(
20-
111, 222
20+
"1.1.0", "2.0.0"
2121
)
2222
)
2323
parser = argparse.ArgumentParser(

0 commit comments

Comments
 (0)