]> Repositories - Adafruit_Blinka-hackapet.git/blob - src/__version__.py
Fix board detection and also check for the chip just in case future boards are added.
[Adafruit_Blinka-hackapet.git] / src / __version__.py
1 VERSION = (1, 0, 0)
2
3 __version__ = '.'.join(map(str, VERSION))