X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/03c4bc1d41655d8e73ff89039b2a8ec34b3649ca..273bf18eb2ac7d1dca4feb1864aee94e924a2d1f:/src/pwmio.py?ds=inline diff --git a/src/pwmio.py b/src/pwmio.py index f598058..4299f54 100644 --- a/src/pwmio.py +++ b/src/pwmio.py @@ -7,6 +7,11 @@ Not supported by all boards. * Author(s): Melissa LeBlanc-Williams """ + +__version__ = "0.0.0-auto.0" +__repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" + + import sys from adafruit_blinka.agnostic import detector