adafruit / Adafruit_CircuitPython_ProgressBar

Dynamic progress bar widget for CircuitPython displays
MIT License
6 stars 9 forks source link

Version number is missing ? #34

Closed jepler closed 2 years ago

jepler commented 3 years ago

I noticed that circup always insists the module needs updating.

Found 1 module[s] needing update.
Device version: None, Bundle version: None
Updated adafruit_progressbar

THis may be beacuse __init__.py doesn't have __version__. The standard __repo__ should possibly also be added.

tekktrik commented 2 years ago

Oh hey, refinding issues I found before! @jepler, has this been fixed since the merged PR?