adafruit / Adafruit_CircuitPython_AMG88xx

circuit python driver from AMG88xx GRID-EYE 8x8 IR sensor
MIT License
38 stars 27 forks source link

Latest Version unknown with circup #38

Closed nethoncho closed 2 years ago

nethoncho commented 2 years ago

circup has issues finding the installed version of Adafruit_AMG88xx

>circup list

Module            Version  Latest   Update Reason
----------------- -------- -------- --------------
adafruit_amg88xx  1.2.15   unknown  Major Version

Using CircUp Version 1.1.0 adafruit_amg88xx installed and works fine, only an issue with circup list circup works fine with many other packages. This may be related to issue #34

Neradoc commented 2 years ago

Hi, thanks for the report. This should be fixed by https://github.com/adafruit/circup/pull/148 once it's merged and released. The issue is circup being tripped by type annotations to the version string.

Neradoc commented 2 years ago

Fix released.