hera icon indicating copy to clipboard operation
hera copied to clipboard

Expose version attribute

Open JacobHayes opened this issue 3 years ago • 0 comments

I would like to be able to inspect the version of hera in order to handle cross-version compatibility. I could use importlib.metadata.version("hera-workflows"), but it'd be nice if there was a hera.__version__ or similar attribute I could lookup a bit more easily.

JacobHayes avatar Jul 19 '22 15:07 JacobHayes