adafruit / circup

CircuitPython library updater.
MIT License
130 stars 37 forks source link

Fix renamed `is_valid()` method call #194

Closed aricooperdavis closed 1 year ago

aricooperdavis commented 1 year ago

This change fixes a bug with the code following a change to the semver package which renames the isvalid() method to is_valid(). Fixes https://github.com/adafruit/circup/issues/193

n/a

n/a