Describe the scope of your change--i.e. what the change does and what parts
of the code were modified.
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
Describe any known limitations with your change.
n/a
Please run any tests or examples that can exercise your modified code.
This change fixes a bug with the code following a change to the
semver
package which renames theisvalid()
method tois_valid()
. Fixes https://github.com/adafruit/circup/issues/193n/a
n/a