Bouni / python-luxtronik

python-luxtronik is a library that allow you to interact with a Luxtronik heatpump controller.
MIT License
37 stars 20 forks source link

Change default version in setup.py #71

Closed Bouni closed 1 year ago

Bouni commented 1 year ago

The recently introduced change of the default version in setup.py (PR #65) prevents this module from being installed locally with pip install -e python-luxtronik which seems to refuses to install a version that is non numerical. I changed it to 0.0.0-dev which works. As this version string will be replaced automatically on release of a new version its not critical what it is set to while developing.