]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - src/micropython.py
Add versioning to the top-level Python files
[Adafruit_Blinka-hackapet.git] / src / micropython.py
index 5f369e3f0df022d3594edd97633e5093ed303266..62698c8d06a5c0b34a0e277850ae1a68d88d12b8 100755 (executable)
@@ -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