Skip to content

Commit fd40eed

Browse files
committed
change diffpy-cmi to diffpy.cmi
1 parent 89328df commit fd40eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/cmi/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def main():
2323
args = parser.parse_args()
2424

2525
if args.version:
26-
print(f"diffpy-cmi {__version__}")
26+
print(f"diffpy.cmi {__version__}")
2727
else:
2828
# Default behavior when no arguments are given
2929
parser.print_help()

0 commit comments

Comments
 (0)