]> Repositories - Adafruit_Blinka-hackapet.git/blob - src/__version__.py
Merge pull request #424 from thomas6g/thomas6g-tfdi232h-issue-423
[Adafruit_Blinka-hackapet.git] / src / __version__.py
1 """Return the current version"""
2 VERSION = (1, 0, 0)
3
4 __version__ = ".".join(map(str, VERSION))