dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
852 stars 156 forks source link

Version number hard coded #336

Closed MMCMA closed 4 months ago

MMCMA commented 11 months ago

If I am not mistaken - the version number in init is hard coded - and currentl set to the wrong version. I can recommend adding versioneer which should take care of this automatically.

dswah commented 5 months ago

thank you for pointing this out! this is very confusing.

i am fixing with poetry-dynamic versioning, which uses git tags to figure out the version