functime-org / functime

Time-series machine learning at scale. Built with Polars for embarrassingly parallel feature extraction and forecasts on panel data.
https://docs.functime.ai
Apache License 2.0
1.02k stars 55 forks source link

functime has no attribute `__version__` #73

Closed baggiponte closed 11 months ago

baggiponte commented 11 months ago

In a fresh env,

python -c "import functime; print(functime.__version__)"

Raises this: AttributeError: module 'functime' has no attribute '__version__'

Should functime define a __version__ in __init__.py?