X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/057fdeb071bdb8106c38cb1ee60dbc42f0aa04a3..21aaad6dfe5d9b38d7b536486c821365a0d8e76c:/src/micropython.py diff --git a/src/micropython.py b/src/micropython.py index 5f369e3..62698c8 100755 --- a/src/micropython.py +++ b/src/micropython.py @@ -6,6 +6,10 @@ """ +__version__ = "0.0.0-auto.0" +__repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" + + def const(x): "Emulate making a constant" return x