]> Repositories - hackapet/Adafruit_Blinka.git/blob - src/__version__.py
Change the RP2040 U2IF chip constant to chips.RP2040_U2IF
[hackapet/Adafruit_Blinka.git] / src / __version__.py
1 """Return the current version"""
2 VERSION = (1, 0, 0)
3
4 __version__ = ".".join(map(str, VERSION))