antoinecarme / pyaf

PyAF is an Open Source Python library for Automatic Time Series Forecasting built on top of popular pydata modules.
BSD 3-Clause "New" or "Revised" License
459 stars 72 forks source link

Add version information when importing pyaf #87

Closed antoinecarme closed 6 years ago

antoinecarme commented 6 years ago

According to issue #86 :

I'm using the latest version from the github. Unfortunately the package doesn't have a convenient version variable to specify.

need a pyaf.__version__ to be defined when importing (in __init__.py).