hera
hera copied to clipboard
Expose version attribute
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.