]> Repositories - Adafruit_Blinka-hackapet.git/blob - src/__version__.py
fix some sysfs complaints on init or freq change, and clean up when we close
[Adafruit_Blinka-hackapet.git] / src / __version__.py
1 VERSION = (1, 0, 0)
2
3 __version__ = '.'.join(map(str, VERSION))