haystack
haystack copied to clipboard
Expose __version__ at the root level
Minor point but could we float up the __version__ in the root __init__ so that we can do haystack.__version__ instead of haystack.version.__version__?
I think that's more intuitive when users want to check the version.