marcoagner / Flask-QRcode

A concise Flask extension to easily render QR codes on Jinja2 templates using python-qrcode.
https://marcoagner.github.io/Flask-QRcode/
GNU General Public License v3.0
110 stars 30 forks source link

latest release is wrong in PYPI #17

Closed 1dot75cm closed 7 years ago

1dot75cm commented 7 years ago

Currently the latest release is 0.8.0, but pip think 1.0 is the newest release. @marcoagner

$ pip install -v -U Flask-QRcode
Installed version (1.0) is most up-to-date (past versions:
 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.5.1, 0.6.0, 0.7.0, 0.8.0, 1.0)
...
Successfully installed Flask-QRcode-1.0
marcoagner commented 7 years ago

Thank you for the heads up. My bad! Closing this since it's solved but let me know if I missed something again. (think I did not)

1dot75cm commented 7 years ago

Testing pass. It's works fine. Thank you. 👍