clicumu / doepipeline

A python package for optimizing processing pipelines using statistical design of experiments (DoE).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print of version number

druvus opened this issue · comments

It would be convenient to easily see which version that is installed usign doepipeline --version

parser.add_argument("--version", action='store_true', help=argparse.SUPPRESS)

if args.version:
print("{name}: version {version}".format(name=pkgname,version=version))
exit()

this was added in #30