unistra / python-glpi-api

Python module for interacting with GLPI using the API.
GNU General Public License v3.0
18 stars 10 forks source link

Wrong version for v0.3.1 #6

Closed mxjeff closed 3 years ago

mxjeff commented 3 years ago

setup.py still mentions 0.3.0 in 0.3.1 release.

Then (on Debian GNU/Linux 11 (bullseye)):

python3 -m venv glpi
./glpi/bin/pip install git+https://github.com/unistra/python-glpi-api.git@0.3.1
./glpi/bin/pip list | grep glpi-api
glpi-api      0.3.0

Same with the tar ball: pip install https://github.com/unistra/python-glpi-api/archive/refs/tags/0.3.1.tar.gz

fmenabe commented 3 years ago

Corrected, thanks for the catch!