haystack icon indicating copy to clipboard operation
haystack copied to clipboard

Expose __version__ at the root level

Open bglearning opened this issue 1 year ago • 0 comments

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.

bglearning avatar Jul 19 '24 09:07 bglearning